I installed Magento on Godaddy guest hosting with apache mod_rewrite enabled when installing magento. Installation is complete and the home page is uploaded. But when I try to access other pages, it gives me a “500 Internal Server Error” on every page when I access using www.myshop.com/admin or www.myshop.com/sony-vaio-vgn-txn27n- b-11 -1-laptop-pc.html.
However, when I go to www.myshop.com/index.php/admin and www.myshop.com/index.php/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html, this is great works.
Godaddy support buyers told me that they also included apache mod_rewrite in shared hosting. They offer me some wrong settings in .htaccess. Can someone help me. I post .htaccess here.
Options -MultiViews
DirectoryIndex index.php
<IfModule mod_php5.c>
php_value memory_limit 256M
php_value max_execution_time 18000
php_flag magic_quotes_gpc off
php_flag session.auto_start off
php_flag suhosin.session.cryptua off
php_flag zend.ze1_compatibility_mode Off
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<IfModule mod_deflate.c>
source
share