Re: [EMAIL PROTECTED] Improvement to my conf file

2007-09-30 Thread Joshua Slive
On 9/30/07, Norman Khine <[EMAIL PROTECTED]> wrote: > Hello, > I have the following configuration: > > > ServerName www.domain.com > DocumentRoot "/var/www/www.domain.com/htdocs/" > RewriteEngine on > RewriteCond %{SERVER_PORT} !^443$ > RewriteRule ^/cgi-bin/eb.cgi > h

[EMAIL PROTECTED] Improvement to my conf file

2007-09-30 Thread Norman Khine
Hello, I have the following configuration: ServerName www.domain.com DocumentRoot "/var/www/www.domain.com/htdocs/" RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/cgi-bin/eb.cgi https://%{SERVER_NAME}/cgi-bin/eb.cgi$1 [L,R] Options Ind