Re: [users@httpd] mod_rewrite config (UNCLASSIFIED)

2013-12-11 Thread Nick Tkach
UNCLASSIFIED > Caveats: FOUO > > Use redirect instead: > > http://httpd.apache.org/docs/current/rewrite/avoid.html > > > Nick > > > -Original Message- > From: Jonathan-Marc Lapointe [mailto:jmlapoi...@ccdmd.qc.ca] > Sent: Wednesday, December 11, 2013 2:25

RE: [users@httpd] mod_rewrite config (UNCLASSIFIED)

2013-12-11 Thread Folino, Nick E CTR USARMY HRC (US)
: [users@httpd] 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

[users@httpd] mod_rewrite config

2013-12-11 Thread Jonathan-Marc Lapointe
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