Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. In /etc/apache2/apache2.conf:
  2. ...
  3. <Directory /var/www/>
  4. Options Indexes FollowSymLinks
  5. AllowOverride All
  6. Require all granted
  7. </Directory>
  8.  
  9. ...
  10. AccessFileName .htaccess
  11. ...
  12.  
  13.  
  14. In /etc/apache2/sites-available/000-default.conf:
  15.  
  16. <VirtualHost *:80>
  17. ...
  18. DocumentRoot /var/www/html
  19. ...
  20. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement