i get a .htaccess directory index error -
Posted: Sun Mar 13, 2005 10:24 pm
using phpdev.
i have read in the forums where some users may get that error if they're hosting on a remote server wo i would not have expected to experience this on my computer.
i read a post suggesting deletion of the following lines
htaccess
DirectoryIndex index.php
php_value session.use_trans_sid 0
php_value register_globals off
as they are not allowed on some hosts.
I also read :
Are those lines not allowed with phpdev5???
i have read in the forums where some users may get that error if they're hosting on a remote server wo i would not have expected to experience this on my computer.
i read a post suggesting deletion of the following lines
htaccess
DirectoryIndex index.php
php_value session.use_trans_sid 0
php_value register_globals off
as they are not allowed on some hosts.
I also read :
and dont want to mess anything up.garvinhicking wrote: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.
Are those lines not allowed with phpdev5???