Answers for "getting 403 on herokuapp"

0

getting 403 on herokuapp

Make sure you have Procfile setup on your project root file with this content:

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

Also make sure the name is correct: it should be "Procfile", starting with capital P and without an extension.
Posted by: Guest on March-01-2022

Browse Popular Code Answers by Language