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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]