
aparnapuram at gmail
Apr 12, 2012, 1:19 AM
Views: 172
Permalink
|
|
302 http status code after setting the redirects
|
|
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-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|