I put a custom folder inside my magento root folder that i want accessed outside.

Like this:

magento_root/
magento_root/custom_php/
magento_root/customer_php/accessme.php

I want "accessme.php" to be loaded but what happens is that magento seems to search for it in the site itself and shows a 404 error page. How do i allow that to show?

Thanks!

有帮助吗?

解决方案

The root cause is the file / folder permissions.

Give custom_php folder and accessme.php file the rights 775 (meaning: execute and read to all; execute, read and write to owner and group).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top