By morganbreden
For most PHP applications, the entry point is structured above the root level (i.e. public/index.php, www/index.php, etc). The PHP handler for app platform only looks for an entry point in the root directory.
Cannot serve directory /workspace/: No matching DirectoryIndex (index.php,index.html,index.htm) found, and server-generated directory index forbidden by Options directive
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi! You can set a specific directory as the document root by passing it as an argument to the run command like so:
heroku-php-apache2 public/
or
heroku-php-apache2 www/
The PHP environment uses the Heroku PHP Buildpack so you can refer to the official documentation for more info.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.