Results 1 to 2 of 2
Sorry please see attachment as it would not allow me to post url links.
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-02-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 1
Redirect to https in CentOS Tried Both Methods
Sorry please see attachment as it would not allow me to post url links.
Thanks
- 02-27-2011 #2Just Joined!
- Join Date
- Feb 2011
- Location
- Zagreb
- Posts
- 10
Hello,
Here is what U need:
Ofcourse U have to enable mod_rewrite for apacheCode:<Directory "/var/www/html"> RewriteEngine On RewriteCond %{HTTPS} on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} </Directory>
and add this code to httpd.conf
BR
Dino


Reply With Quote
