I am trying to deploy to a subdomain on shared hosting (with plesk)
After copying the contents from my local machine to the public_html, I copied the files in the public folder, index.php and .htaccess, to the public_html folder and got a blank page.
Then I modified the paths in the index.php (that is now in the root directory) relative to the other folders and files, and then the ‘/’ route was working, however every other routes doesn’t work, they return 404.
So the issue now is getting other routes to work, and I have tried modifying the .htaccess with information from the slim docs, but no luck there.
PLEASE HELP!!
I have attached a picture showing the folder structure.
Thank you