facade icon indicating copy to clipboard operation
facade copied to clipboard

Add index.php as a directory default to the Getting Started wiki page

Open mkdolan opened this issue 5 years ago • 0 comments

This page: https://github.com/brianwarner/facade/wiki/Getting-started

Has an issue where this section below

<Directory /home/user/facade/web/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>

Should include the directive to use index.php as the default.

<Directory /home/user/facade/web/> Options Indexes FollowSymLinks DirectoryIndex index.php AllowOverride All Require all granted </Directory>

mkdolan avatar Feb 05 '20 00:02 mkdolan