[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Re[9]: [cobalt-users] SSL ?
- Subject: RE: Re[9]: [cobalt-users] SSL ?
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Apr 17 06:57:23 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Hello Dan,
> OK, Now I'm getting somewhere.
>
> Now it can't find the file
> Here is the .htaccess
>
> #BEGIN FORCE HTTPS
> RewriteEngine on
> RewriteBase /home/sites/site13/web/contact/
> RewriteCond %{SERVER_PORT} !^443$
> RewriteRule ^(.*)?$ https://%{SERVER_NAME}/$1 [L,R]
> #END FORCE HTTPS
>
>
> and here is the error:
> [Thu Apr 17 09:33:24 2003] [error] [client 63.215.165.9] File
> does not exist: /home/sites/site13/web/contact_us.htm
>
I'm not that familiar with the rewrite format, but perhaps you need to
change the line.
RewriteRule ^(.*)?$ https://%{SERVER_NAME}/contact/$1 [L,R]
It looks like it's redirecting to your top level and trying to find the
file there.
--
C2003 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.