Re: [EMAIL PROTECTED] Re: https redirection

2007-05-18 Thread Gregor Schneider
ServerName www.foo.com [ ... ] RewriteEngine On RewriteRule ^/(.*)$ https://www1.foo.com/$1 [ ...] :443> ServerAlias www1.foo.com [ ... ] HTH Gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http:

RE: [EMAIL PROTECTED] Re: https redirection

2007-05-17 Thread Eric DuToit
Assuming you are using virtual host containers, you should have separate virtual host containers for http and https, just find the appropriate virtual host container for the https site. Are you placing the RewriteCond in the httpd.conf or .htaccess? -Original Message- From: Guy Speier [

Re: [EMAIL PROTECTED] Re: https redirection

2007-05-16 Thread Dan_Mitton
Have you tried looking at mod_alias and using the 'redirect' directive inside your https://www. virtual host? Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:[EMAIL PROTECTED] Re: https redirection LSN: Not Relevant Us