Forum Moderators: phranque
[someurl.com...]
to
[someurl.com...]
and here is my current htaccess code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^someurl\.com
RewriteCond %{SERVER_PORT}!443
RewriteRule (.*) [someurl.com...] [R=301,L]
Much appreciated for any help
Todd
Jim