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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -