php - Magento: custom folder and file permission issue -
I have inserted a custom folder inside my maggeta root folder that I want to get out of.
In this way: I want to load "accessme.php", but what happens is that magmato. It starts searching for it in the site and displays a 404 error page
The root cause is that How do I allow it to show? Allow file / folder.
custom_php folder and
accessme.php rights 775 file (meaning: execute and read all; execute, read and write to owner and group ).
Comments
Post a Comment