diff --git a/README.md b/README.md index 80395ec..c6be5db 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,13 @@ and visit your app in your browser: https://www.app1.dev +NOTE: If you need .htaccess, please edit the file apache2.conf + +``` +sudo nano /etc/apache2/apache2.conf +``` + +and change 'AllowOverride none' to 'AllowOverride All' in Directory '/var/www'. ## Built With