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

Re: [cobalt-users] RedirectMatch question (Raq4)



On Thursday, Oct 16, 2003, at 21:30 Europe/Amsterdam, PageKeeper Service wrote:

then open and modify the access.conf to match the directive as in the
example below and add the directives
'AllowOverride AuthConfig Indexes Limit FileInfo' to it like below. this
alone may fix your problem if no ssl is used.


# be more restrictive within a site ..rather be less restrictive
<Directory /home/sites/*/>
Options -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride AuthConfig Indexes Limit FileInfo
</Directory>


Thanks very much for your detailed answer.
I don't get a server error anymore, but for some reason it doesn't work.
I changed access.conf and httpd.conf like your example and in .htaccess wrote:

DirectoryIndex index.php index.html
RedirectMatch permanent (.*)\.html$ http://www.wrakkenmuseum.nl$1.php

Before changing acccess.conf and httpd.conf the first directive worked, now it doesn't.
No ssl is used
Any suggestion would be welcome

Gerard