Server Version: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a DAV/2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_auth_passthrough/2.1
it stopped working correctly.
The script depends on being able to do a SetHandler for the file 'directory'.
.htaccess looks like this:
CODE
<Files directory>
SetHandler application/x-httpd-php
</Files>
SetHandler application/x-httpd-php
</Files>
It worked fine under Apache 1 but now we are on Apache 2, we get a 404 File Not Found error instead of the links directory.
The URL is http://walkers.org/dewlinks
Can anyone shed some light on this?