Last active
November 1, 2018 05:48
-
-
Save zaqueo/b6f8c803cf6fc349a44d7c13dd1841fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 - /add the following to the file "/etc/apache2/apache2.conf " | |
<Directory /var/www/html/yourProjctRootDirectory > | |
Options Indexes FollowSymLinks | |
AllowOverride all | |
Require all granted | |
</Directory> | |
2 - restart your server : sudo service apache2 restart . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment