Quote:
Originally Posted by Cold Steel
I'm running Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2634a mod_ssl/2.8.18 OpenSSL/0.9.7a PHP-CGI/0.1b
I chmod all files to 755. But I can only get the main page to work -- all links on the page give me 500 errors.
http://forums.asiansinc.com/search/
Any ideas?
|
I have to change the force type definition in .htaccess to get it work on my server.
My .htaccess looks like this:
PHP Code:
<files topic>
ForceType x-mapp-php4
</files>
<files forum>
ForceType x-mapp-php4
</files>
perhaps it work also for you or you get an idea where to look