Forum Moderators: phranque
RewriteEngine on
Options +FollowSymLinksRewriteRule (.*).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...