Rewrite Issue only with IE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all!

I'm having problems with the RewriteRule below only with IE (Firefox
works fine!).
I'm not posting the rewrite.log here because it shows the same thing
when I use IE or Firefox.
In a Google search, a guy said that IE hangs on some URL redirects (code 302).

Do you have any idea to solve this issue ?

------------- begin -------------
<VirtualHost *:80>
   ServerName www.mydomain.com
   ServerAlias *.mydomain.com

   RewriteEngine on
   RewriteLog "/var/log/apache/rewrite.log"
   RewriteLogLevel 3

   RewriteCond %{http_host} ^(.*).mydomain.com
   RewriteRule ^(.*) https://%1.mydomain.com/app/
</VirtualHost>
------------- end -------------

Regards,

Fabricio.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux