Thursday, 13 March 2014

magento index.php was not found on this server error


If the magento installed under /magento or directory then add the following rules into ” /home/username/public_html/magento/.htaccess ” file.


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /magento/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /magento/index.php [L]
</IfModule>


Now Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!




No comments:

Post a Comment

Thanks for your comments.