Hi, using php 5.2.1 running as php5 I have following .htaccess file AddType application/x-httpd-php5 .php
RewriteEngine on RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php problem is when I try to run example.com I get The requested URL /example.com/www/root/index.php was not found on this server. And I see it is there..Was thinking this is perhaps of CGI or what..as I have never had this problem before. If I change index.php to something else... error messages changes so I guess rewrite engine is actually working. Any idea someone?
