Deploying a Symfony application [closed]

冷暖自知 提交于 2021-02-08 12:13:35

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!