Search code examples
hostingmagento-1.9

Internal Server Error for magento site


New sub domain creates for Magento site and gets this error.

[error] [client ] Soft Exception in Application.cpp:256: File "/index.php" is writable by group

Htaccess code :

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

Solution

  • Just you need set permission to index.php

    set permission 644 to index.php