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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.