duangai1941 2016-12-14 19:42
浏览 30
已采纳

heroku上的Symfony部署指向app文件夹

I am trying to deploy the symfony app on heroku and I am able to update the schema and all perfectly fine however when i try to access the site I get

Forbidden You don't have permission to access / on this server.

So using the command heroku logs --num 10 i can see the error

Cannot serve directory /app/web/: No matching DirectoryIndex (index.php,index.html,index.htm) found, and server-generated directory index forbidden by Options directive

As you can see heroku is trying to access /app/web/ rather than just web, because of this even my assets are being access via app/web/css which is ofcourse wrong.

So how can i get rid of this app? I do not understand why Heroku is even pointing at that.

I have gone through the steps mentioned in Symfony documentation over and over and I cant seem to find out what I am missing?

The Procfile seems to be point to web so where is this app coming from?

web: vendor/bin/heroku-php-apache2 web/

I have gone through other articles online like the one as following but nothing seems to be fixing my problem.

Symfony on Heroku: 403 Forbidden You don't have permission to access / on this server

Any help will be really appreciated.

  • 写回答

2条回答 默认 最新

  • dos49618 2016-12-21 05:32
    关注

    On Heroku you need to create the .Procfile and upload that or create the app.json Schema file and then based on that Heroku will create the .Procfile for you automatically, here you can see the app.json example for Symfony app.

    Another thing that needs to be crossed checked is make sure in your public directory the .htaccess file was also uploaded. In Symfony the public directory is the web folder and in my case the .htaccess file was missing.

    After making sure of the above two steps my app works perfectly fine on Heroku.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端
  • ¥15 基于PLC的三轴机械手程序
  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作