Jump to content

mod rewrite


taith

Recommended Posts

hello again

 

i'm trying to use this mod-rewrite to change my url.com/test/script to url.com/index.html?s=test/script

RewriteEngine on
RewriteRule ^(.*/.*)$ index.html?s=$1 [L]

 

which works all well and good... but its mucking up with an images/js files in folders also...

 

anyone know how to set that conditional to ignore "images/" and "jscripts/" folders?

Link to comment
https://forums.phpfreaks.com/topic/143317-mod-rewrite/
Share on other sites

do you have a .htaccess file for allowing globals? if not and you have them enables some use an alternate method, if this is the case then .htaccess will be disabled.

 

what are you talking about? .htaccess is allowed... else i wouldnt be troubling with this... globals are for php, not apache's rewrite engines... and why would i need to use another method? this way works perfectly, save for those 2 folders i want it to ignore...

Link to comment
https://forums.phpfreaks.com/topic/143317-mod-rewrite/#findComment-751693
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.