Redirect a specific IP address to a special page of my homepage with .htaccess?

Add a condition to not rewrite when you're already at specialpage: RewriteCond %{REMOTE_ADDR} ^123\. \123\.123\.123$ RewriteCond %{REQUEST_URI}! /specialpage.

Php RewriteRule ^(.*)$ /specialpage. Php R,L.

Almost! Unfortunately, the CSS is not loaded anymore now. Any help?

– Jim Knopf Mar 13 '10 at 18:45.

Just figured out the solution: RewriteCond %{REMOTE_ADDR} ^123\. \123\.123\.123$ RewriteCond %{REQUEST_URI}! /specialpage.

Php RewriteRule . *\.(htm|html|php)$ /specialpage. Php R,L Thank you for your help!

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