From 01e94c685c507ca597d5a176bd3968e1ddbca875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Thu, 29 Aug 2019 16:23:43 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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