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
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