php - Symfony 2 deployment 500 -
php - Symfony 2 deployment 500 -
i'm pretty new symfony2 , wed development well. have problem deploying symfony2 application server.
i'm getting 500 internal server eror
i have done want in app , works on localhost. transferred files on server using ftp , created .htaccess file:
<directory /web> # enable .htaccess rewrites allowoverride require granted </directory> that's changed in symfony2 app. else according symfony 2 book
about server: it's dir carrying apache , don't have access logs.
i can't understand entrance point of application think problem in interaction between web/app.php , appkernel.php.
thank you!
sorry bad english language , newbie question.
in case else total beginner in web dev on symfony2. when transfer project remote server create sure root directory /web.
php .htaccess symfony2 web-deployment internal-server-error
Comments
Post a Comment