Magento: The requested URL /Index/index.php was not found on this server.
Solution is modifying the .htaccess file.
------
Order deny,allow
Deny from all
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|php)$ index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
0 comments:
Post a Comment