Re: [EMAIL PROTECTED] Re: https redirection

2007-05-18 Thread Gregor Schneider
VirtualHost your_ip_here:80 ServerName www.foo.com [ ... ] RewriteEngine On RewriteRule ^/(.*)$ https://www1.foo.com/$1 [ ...] /VirtualHost VirtualHost your_ip_here:443 ServerAlias www1.foo.com [ ... ] /VirtualHost HTH Gregor -- what's puzzlin' you, is the nature of my game

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