Hello All,

We have implemented the redirects from http to https

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://dnsname.com%{REQUEST_URI}

this server can be accessing using 3 different names.

localhostname
and there are 2dns names for accessing the server.

After implementing this we are seeing the following 302 status codes
in the access logs

Ipadrress - - [12/Apr/2012:12:04:55 +0200] "GET
/<foldername>/readData.pl?IPBName=IPB_64 HTTP/1.1" 302 279 "-"
"Java/1.5.0_17" 0


Can any one please let me know what could be causing the issue?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to