On Wed, 5 Dec 2007, John Campbell wrote:
> This should work:
>
> RewriteEngine on
>
> RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
> RewriteCond %{HTTP_HOST} !^$
> RewriteCond %{SERVER_PORT} !^443$
> RewriteRule ^/(.*)$ http://www.example.com/$1 [R=301,L]
>
> RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
> RewriteCond %{HTTP_HOST} !^$
> RewriteCond %{SERVER_PORT} ^443$
> RewriteRule ^/(.*)$ https://www.example.com/$1 [R=301,L]
Shouldn't the first rule use port 80 instead of 443?
--
Aj.
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php