Hi,

I'd like to redirect all traffic going to https://www.mywebsite.com to https://store.mywebsite.com instead.

But I want traffic going to http://www.mywebsite.com to be left alone.

I tried with the following config:

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.mywebsite.com$ [NC]
RewriteCond %{HTTPS} =on
RewriteRule ^/?(.*) https://store.mywebsite.com/$1 [R,L]

But it does not work.

Traffic going to https://www.mywebsite.com is not rewritten to https://store.mywebsite.com.

What am I doing wrong ?

Thanx !


CCDMD 20 ans !

Jonathan-Marc Lapointe
Technicien en informatique,
Administrateur système,
Administrateur réseau

Centre collégial de développement de matériel didactique
6220, rue Sherbrooke Est, bureau 404
Montréal (Québec) H1N 1C1
(514) 864-8928
www.ccdmd.qc.ca
jmlapoi...@ccdmd.qc.ca
Skype: jmlccdmd

Reply via email to