Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by noodl: http://wiki.apache.org/httpd/ScratchPad/RedirectSSL The comment on the change is: Removed "Improved Redirect To SSL" (doesn't redirect). JC: join the list please ------------------------------------------------------------------------------ </VirtualHost> }}} - - - = Improved Redirect To SSL = - ''source: [http://www.askapache.com/2006/htaccess/apache-ssl-in-htaccess-examples.html askApache.com]'' - {{{ - #If server does not have mod_ssl or mod_rewrite, deny - [IfModule !mod_rewrite.c] - [IfModule !mod_ssl.c] - deny from all - [/IfModule] - [/IfModule] - }}} == Most Secure SSL Redirect Method '''(doesn't require mod_rewrite!)''' ==
