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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -