Skip to content

Instantly share code, notes, and snippets.

@zaqueo
Last active November 1, 2018 05:48
Show Gist options
  • Save zaqueo/b6f8c803cf6fc349a44d7c13dd1841fb to your computer and use it in GitHub Desktop.
Save zaqueo/b6f8c803cf6fc349a44d7c13dd1841fb to your computer and use it in GitHub Desktop.
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