Update README.md

This commit is contained in:
André Almeida 2019-08-29 16:23:43 +01:00
parent ac27178f82
commit 01e94c685c

View File

@ -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