Jump to content

Problems with Apace MOD_REWRITE


Chud37

Recommended Posts

I have recently discovered the mod_rewrite, and so now i've got rewrite settings on my server where by it will not map /series/english/myseries

to index.php?q=english&series=myseries; Which is all very well and good and works nicely.

 

However, When I am trying to load say a Javascript file inside Index.php now, or include a PHP file, I have huge problems, because it is trying to look at my 'relative' path of 'js/jquery.js' and cant find it from the pseudo directory 'series/english/myseries'. 

 

What is the best way to compensate for this problem? For the PHP includes i've started using $_SERVER['DOCUMENT_ROOT']; which seems to map files okay.  But i can't do the same with JS.

 

I dont know what to do :(

Link to comment
https://forums.phpfreaks.com/topic/259811-problems-with-apace-mod_rewrite/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.