Classification: UNCLASSIFIED
Caveats: FOUO
Use redirect instead:
http://httpd.apache.org/docs/current/rewrite/avoid.html
Nick
-----Original Message-----
From: Jonathan-Marc Lapointe [mailto:jmlapointe@xxxxxxxxxxx]
Sent: Wednesday, December 11, 2013 2:25 PM
To: users@xxxxxxxxxxxxxxxx
Subject: mod_rewrite config
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
jmlapointe@xxxxxxxxxxx
Skype: jmlccdmd
Classification: UNCLASSIFIED
Caveats: FOUO