Re: [users@httpd] 302 http status code after setting the redirects

2012-04-12 Thread Daniel Gruno
On 12-04-2012 10:19, aparna Puram wrote: > 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

[users@httpd] 302 http status code after setting the redirects

2012-04-12 Thread aparna Puram
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