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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -

ios - Does Core Data autoupdate a many to many relationship on saving -