diff --git a/README.md b/README.md index c6967244d7ce..f6afe09b26f4 100644 --- a/README.md +++ b/README.md @@ -154,12 +154,15 @@ If you still run into a permissions error, you may need to increase the permissi The document root for the app should be set to the public directory. In a standard Apache virtualhost setup, that might look something like this on a standard linux LAMP stack: - - DocumentRoot /var/www/html/public - ServerName www.example.org + + + AllowOverride All + + DocumentRoot /var/www/html/public + ServerName www.example.org - # Other directives here - + # Other directives here + An OS X virtualhost setup could look more like: