Cannot redirect subfolders via htaccess mod_rewrite?

Both RewriteRules match against the same condition. As the first you wrote matches everything, the second is never reached. Just change the order.

Both RewriteRules match against the same condition. As the first you wrote matches everything, the second is never reached. Just change the order: RewriteEngine on RewriteCond %{REQUEST_FILENAME}!

-f RewriteRule ^faq/(.*)$ index. Php? Load=faqdetail&url=$1 RewriteRule ^(.*)$ index.

Php? Load=content&url=$1 Hope this helps...

Try this code in your . Htaccess file: Options +FollowSymlinks -MultiViews RewriteEngine on RewriteCond %{REQUEST_FILENAME}! -f RewriteRule ^faq/(.*)$ index.

Php? Load=faqdetail&url=$1 L,QSA RewriteCond %{REQUEST_FILENAME}! -f RewriteCond %{REQUEST_URI}!

^/+faq NC RewriteRule ^(.*)$ index. Php? Load=content&url=$1 L,QSA.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions