On Fri, Feb 22, 2008 at 1:11 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> >  What does the apache error log say?
>
>  [Fri Feb 22 10:03:38 2008] [error] [client 103.160.51.28] Options
>  FollowSymLinks or SymLinksIfOwnerMatch is off
>  which implies that RewriteRule directive is forbidden:
>  /var/www/httpdocs/phpinfo.php

There ya go.

You have two Options lines in your <Directory> section. If you read
the docs on Options, you'll notice that the second one will override
the first one, causing FollowSymLinks to be turned off. Combine the
three options onto one Options line and everything should work.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to