Page 1 of 1

Server Error on some Webhosters .htaccess

Posted: Sun Oct 10, 2004 1:23 pm
by Jochen Hoff
If you get a time error or other stupid messages after an update or installation.

Delete the following lines in

.htaccess
DirectoryIndex index.php
php_value session.use_trans_sid 0
php_value register_globals off

They are not allowed on some hosts.

Re: Server Error on some Webhosters .htaccess

Posted: Sun Oct 10, 2004 3:43 pm
by garvinhicking
Pay attention that if you remove the 'DirectoryIndex' directive and set your rewrite method to use Apache Errorhandling (for "pretty URLs") that it will no longer work if you remove it.

Jochen, please check if you set your rewriteMethod to "None". That is required to work on your host, if your .htaccess makes errors.

Regards,
Garvin.