Deploying Symfony 2.5.3 website to production server

后端 未结 4 1256
渐次进展
渐次进展 2021-01-23 17:16

I have been working on a website in development environment built on top of Symfony framework and now it is time to deploy it to live site, in development environment we run the

4条回答
  •  死守一世寂寞
    2021-01-23 18:13

    You have to configure your Apache to point your project folder web as document root.

    You can find information about to configure your server here: Configuring a Web Server (The Symfony CookBook)

提交回复
热议问题