Server Error on some Webhosters .htaccess

Found a bug? Tell us!!
Post Reply
Jochen Hoff

Server Error on some Webhosters .htaccess

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Server Error on some Webhosters .htaccess

Post 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.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply