You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by SOPRO <so...@gmail.com> on 2007/02/01 17:51:33 UTC

[users@httpd] Rewrite Issue only with IE

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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org