Images example:
Code
src="themes/themename/images/test.gif"
would be:
src="http://domain.com/themes/themes/themename/images/test.gif"
would be:
src="http://domain.com/themes/themes/themename/images/test.gif"
Links would normally be:
Code
href="Downloads.htm"
would then be:
href="http://domain.com/Downloads.htm"
would then be:
href="http://domain.com/Downloads.htm"
Im needing this for other mod_rewrite purposes that i am working on and for some reason I cant get it working. I have been searching the net for examples and have found a few that seem close, but no cigar.
