I cannot open my site via www.mysite.com , but if i open www.mysite.com/index.php
it works.
i think it has to do with the existing .htaccess which is :
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]
AddType x-mapp-php5 .php
What can I do ?