I have magento in public_html
In /public_html/affiliate
I have copied app files for a third-party tool. When I try to run /public_html/affiliate/install/index.php
I get a magento "The page you requested was not found." page.
It was working but the installer failed, and now I can't even run it again or any thing in those directories. Not sure what changed. And not sure where to look.
Also I can't even run /public_html/affiliate/phpinfo.php
EDIT
Ok this is more strange.
I created a new folder /public_html/afftest
and put phpinfo.php
in it.
Why am I able to execute phpinfo.php
in /public_html/afftest
, but not the copy in /public_html/affiliate
?
They have identical owner, group and permissions.
Also if I rename /affiliate
to /xaffiliate
I still can't run the phpinfo.php
inside.
What the heck is going on!?