问题
I have just put my symfony application into production by copying the sources to the FTP. I am using performance shared hosting from Nuxit. I correctly configured my .htaccess and switched my environment from development to production. I emptied the cache. I have 2 .htaccess files, the first at the root directs me to the public folder and the second in the public folder directs me to index.php
The problem is, the app only works on my device. For other devices, the page is a blank page with index /. Would I have to install symfony over FTP for this to work?
来源:https://stackoverflow.com/questions/66064341/deploying-a-symfony-application