Hi all, I've installed my sever as described on The Perfect Server - Debian Lenny (Debian 5.0) [ISPConfig 3] (http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3 ). Then I have my website successfully Installed. when I try to visit my site with http://www.mysite.com I'm getting this error: but if I try to visit my site with http://www.mysite.com/index.html I'm getting the content without any error. Can someone help me? Thanks...
I'm seeing a lots of this error message in error log file: I don't know what does it means. Thanks Till...
Does it means that I have to change httpd.conf? What do I have to change there? I've also read your reply in the forum for similar problems. But I couldn't vind any solution. Thanks again...
it seems like apache is not using the default location. in case you've a virtual host directive make sure it includes "AllowOverride All" and note "AllowOverride None" step by step use this commands: 1) a2enmod rewrite for clean url 2) vi /etc/apache2/sites-enabled/default/yoursite change "AllowOverride None" to "AllowOverride All" 3) /etc/init.d/apache2 restart restart apache 4) think about backup of your config files before you get to work hope this will help