Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden

45 views
Skip to first unread message

Scott

unread,
Nov 17, 2009, 12:49:00 PM11/17/09
to
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies
that RewriteRule directive is forbidden ... so what's the problem
here?

.htaccess:
Options FollowSymLinks SymLinksIfOwnerMatch Includes
RewriteEngine On
RewriteRule ^country/(.*).html
/mywebsite/cgi-bin/countries.cgi?continent=$1

httpd.conf:
<Directory />
Options FollowSymLinks SymLinksIfOwnerMatch +ExecCGI Includes
AllowOverride All
</Directory>

HansH

unread,
Nov 18, 2009, 12:37:18 PM11/18/09
to
"Scott" <skapl...@yahoo.com> schreef in bericht
news:obo5g5pskqgflquju...@4ax.com...

> Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies
> that RewriteRule directive is forbidden ...
Please explain this implication

> .... ... so what's the problem here?

> .htaccess:
> Options FollowSymLinks SymLinksIfOwnerMatch Includes
> RewriteEngine On
> RewriteRule ^country/(.*).html
> /mywebsite/cgi-bin/countries.cgi?continent=$1
>
> httpd.conf:
> <Directory />
> Options FollowSymLinks SymLinksIfOwnerMatch +ExecCGI Includes
> AllowOverride All
> </Directory>

Warning
Mixing Options with a + or - with those without is not
valid syntax, and is likely to cause unexpected results.
http://httpd.apache.org/docs/2.2/mod/core.html#options

HansH


0 new messages