Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. DocumentRoot /var/www/LOCATION OF FILES
  2. <Directory />
  3. Options FollowSymLinks
  4. AllowOverride None
  5. </Directory>
  6. <Directory /var/www/LOCATION OF FILES>
  7. Options Indexes FollowSymLinks MultiViews
  8. AllowOverride None
  9. Order allow,deny
  10. allow from all
  11. </Directory>
Add Comment
Please, Sign In to add comment