View Single Post
  #2 (permalink)  
Old 05-21-2008, 04:06 AM
jandersen78 jandersen78 is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

I tried setting an environment variable from the RewriteRule line in .htaccess as follows but it didn't seem to help and after the first load or two seems to have caused a 500 error (not quite sure why)...

RewriteRule !\.(js|ico|gif|jpg|png|css|pdf)$ index.php [E=REQUEST_URI:%{SCRIPT_URL}]
Reply With Quote