Possible to RE-write URLS without changing all URLS in code to absolute?

I am re-writing all the URLs of a fairly large site I built for SEO friendliness. I’ve figured out how to make mod_rewrite work but now I am spending a lot of time trawling through all my .html and .php files changing the URLs (which were relative because I’m always moving the site around) to an absolute URL. This seems a huge hassle and unnecessary. Is it possible to configure so that even if I re-write my URLS it doesn’t break links to other pages/style-sheets/images etc.
Thanks

OD84,

Did you look at the tutorial linked in my signature? There are STILL two solutions to this “missing support files” problem and both are shown there.

Regards,

DK

Thanks dklynn. Your article saved me hours of work. I used the base tag in the head.php file and my video urls all incorporated a ‘/’ at the beginning of each address. This fixed all broken links.

:tup:

:Partier:

Regards,

DK