Rewrite only specific URL's through .htaccess?

You could use these conditions instead to exclude any request that can be mapped onto existing files or directories: RewriteCond %{REQUEST_FILENAME}! -f RewriteCond %{REQUEST_FILENAME}! -d.

You can use the SERVER_NAME variable: RewriteCond %{SERVER_NAME}! ^(www\. )?

Mysite\. Com$.

Ok, what I want is if request is mysite. Com then request should go through index. Php controller.

If request is mysite. Com/folder1 then it should not go through any controller. The server name will be same, I just want to use controller for only some folders and main site not on all.

– Harsha Oct 18 '10 at 8:12.

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