Help for this page

Select Code to Download


  1. or download this
    RewriteEngine on
    RewriteRule ^/(.*):SSL$ https://%{SERVER_NAME}/$1 [R,L]
    RewriteRule ^/(.*):NOSSL$ http://%{SERVER_NAME}/$1 [R,L]