Apache: July 2004 Archives

To redirect requests for port 80 (or HTTP) to port 443 (https),



RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [L,R]
...

About this Archive

This page is a archive of entries in the Apache category from July 2004.

Apache: October 2003 is the previous archive.

Apache: October 2006 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Powered by
Movable Type 4.01