/ Published in: Perl
Redirects to specified page ignoring specified ip address and folders.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine On RewriteBase / RewriteCond %{REMOTE_ADDR} !^00\.000\.00\.000 RewriteCond %{REQUEST_URI} !^/path/to/(.*)$ RewriteCond %{REQUEST_URI} !^/path/to/(.*)$