|
![]() |
#1
|
||||
|
||||
![]()
Automatically redirect visitors to SSL when they visit the unsecured version of the website
The mod_rewrite module enables you to rewrite URLs. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] Go further |
#2
|
||||
|
||||
![]() ![]() |
#3
|
||||
|
||||
![]()
Thx :)
|
![]() |
Thread Tools | |
|
|