This blog is intended for my documentation on System Administration and Network Administration for my future reference. Hope this blog will also be a good use to you.
Wednesday, June 06, 2007
Forcing SSL in Apache
RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
No comments:
Post a Comment