wila
Verified User
- Joined
- Dec 15, 2017
- Messages
- 95
Bumped into an issue where a customer reported that one of their subdomains now returned a 404 error instead of the expected application.
The issue turned out to be a wrong pointer under the subdomains setup of their account.
For domain test.example.com it looked like this:
/domains/example.com/public_html/test
whereas it should have been:
/domains/example.com/private_html/test
The public_html folder exists, but only has a single index.html instead of the full application.
Fixing the mapping resolved the issue.
So not a big issue, but figured to report it.
--
Wil
The issue turned out to be a wrong pointer under the subdomains setup of their account.
For domain test.example.com it looked like this:
/domains/example.com/public_html/test
whereas it should have been:
/domains/example.com/private_html/test
The public_html folder exists, but only has a single index.html instead of the full application.
Fixing the mapping resolved the issue.
So not a big issue, but figured to report it.
--
Wil