Apache mod_rewrite weird behavior in Internet Explorer
- by morrty
I'm attempting to setup redirection for a couple of root domains.
Firstly, here is the code in my httpd-vhosts.conf file:
<VirtualHost *:80>
ServerAdmin ****@example.com
ServerName example.com
ServerAlias example2.com
RewriteEngine On
RewriteCond %{HTTP_HOST} !^192\.168\.0\.1$ # This is our WAN IP
RewriteCond %{HTTP_HOST} !^www\. [NC]…