Log in

View Full Version : Base Url Rewrite


darkblade25
10-06-2008, 07:32 PM
I am trying to write a mod_rewrite for a mod I have made, but whenever I go to www .mysite.com/dir/dir2 all my syles are screwed up.

Is there a way to make it so that the script think I am in base directory (www .mysite.com) even though the url is like this www .mysite.com/dir/dir2.

Dismounted
10-07-2008, 05:12 AM
Use a HTML base element ;).
<base href="http://www.domain.com/" />