the requested URL /about was not found on this server
I struggled trying to debug my application and then figured out it had to do with my server. Which means, the issues was with my file: .htaccess
Come to find out after nobody made the following simple statement, I figured out the solution.
- Show all hidden files on your Mac.
- Go to the directory/folder that you're zipping up to upload and deploy on ElasticBeanstalk in AWS.
- Zip up all the subfolders and files (by compressing into .zip file), but make sure the '.htaccess' file is included!
- Then upload and deploy in AWS.
Tah-dah! Another problem solved!
No comments:
Post a Comment