RewriteEngine on RewriteRule ^/(.*):SSL$ https://%{SERVER_NAME}/$1 [R,L] RewriteRule ^/(.*):NOSSL$ http://%{SERVER_NAME}/$1 [R,L] This rewrite ruleset lets you use hyperlinks of the form<a href="document.html:SSL">, to switch to HTTPS in a relative link. ...
www.dbjr.com.cn/tools/onlinetools/apach... 2025-5-17