Suman KC
Suman KC

Reputation: 3528

Magento site in shows 404 error on frontend, backend, all place

myProject/var/log/system.log shows

2015-04-19T06:39:20+00:00 ERR (3): Warning: file_get_contents(C:\xampp\htdocs\featherfox\app\etc\modules\Oye_License.xml): failed to open stream: Permission denied  in C:\xampp\htdocs\myproject\lib\Varien\Simplexml\Config.php on line 496

And i get 404 error: Page not found. on all places.

Upvotes: 0

Views: 393

Answers (1)

dmanners
dmanners

Reputation: 2072

It appears to be a permissions issue. Normally magento needs the following permissions.

  • Files should be 644,
  • Folders should be 755,
  • Mage executable should be 550 permissions,

Upvotes: 1

Related Questions