Forum Moderators: phranque

Message Too Old, No Replies

SEO Safe URLs and a different folder

         

webkami

10:55 am on May 2, 2007 (gmt 0)

10+ Year Member



I have this .htaccess in my root folder of website.


RewriteEngine on
Options +FollowSymLinks

RewriteRule (.*).html$ index.php?url=$1 [L]

This makes all the pages direct to index.php and help me have a SEO website. This also works on sub folders.

However I would like to not have this feature for certain folders. I have tried putting following .htaccess in folders with no use.


RewriteEngine off
Options -FollowSymLinks

Anybody can recommend anything?

Thank you in advance...

jdMorgan

1:07 pm on May 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try:

RewriteOptions none

Jim