Monday, May 13, 2013

Published 9:47 PM by with 0 comment

Magento: The requested URL /Index/index.php was not found on this server.










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
    email this       edit

0 comments: