[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Re[5]: [cobalt-users] SSL ?



> Hello Brian,
> OK, tried this, get an internal error or mis-configuration.
> 
http://www.frankenmuthjellystone.com/contact/contact_us.htm

Here is the .htaccess file in the /contact dirrectory

#BEGIN FORCE HTTPS
RewriteEngine on
RewriteBase   /home/sites/site13/web/
RewriteCond   %{SERVER_PORT}  !^443$
RewriteRule   ^(.*)?$   https://%{SERVER_NAME}/$1 [L,R]
#END FORCE HTTPS

Is it possible it should be /home/sites/site13/web/contact/

Are you sure you have that nasty AllowOverride All problem taken care of
in access.conf?
http://list.cobalt.com/pipermail/cobalt-users/2002-May/068974.html

 If you just put a .htaccess in that directory with only

Options -Indexes

Do you still get the same error?

-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.