dongyi1921 2017-07-19 11:26
浏览 54
已采纳

Symfony - 安装在CentOS服务器上

I'm trying to install Symfony for the first time, following the official guide. So, installing the symfony installer went smoothly, then running symfony new my_project_name creates the folder under /home/myuser/public_html/my_project_name. Then, trying to open mydomain.com results in a 403 Forbidden page. If I try to open mydomain.com/my_project_name it's also a 403 Forbidden.

Looking in the Apache configuration, I see user apache and group apache. So I'm trying to chown the whole project folder to apache.apache - doesn't help.

Tried to run composer install or composer update - doesn't help either.

Any help would be appreciated.

  • 写回答

1条回答 默认 最新

  • duanli3277 2017-07-19 11:44
    关注

    You can follow the official guide on how to setup the web server for apache / nginx : https://symfony.com/doc/current/setup/web_server_configuration.html

    You might be missing something in your virtualhost.

    The "no input file specified" seems to be related to an .htaccess issue. Related topic : No input file specified - apache and php-fastcgi

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?