Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. sudo vi /etc/apache2/apache2.conf
  2.  
  3. <Directory /var/www/>
  4. Options Indexes FollowSymLinks
  5. AllowOverride None
  6. Require all granted
  7. </Directory>
  8.  
  9. <Directory /var/www/>
  10. Options Indexes FollowSymLinks
  11. AllowOverride All
  12. Require all granted
  13. </Directory>
  14.  
  15. sudo service apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement