Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Order Allow,Deny
  2. Allow from all
  3.  
  4. ServerName localhost
  5. DocumentRoot c:/wamp64/www
  6. <Directory "c:/wamp64/www/">
  7. Options +Indexes +Includes +FollowSymLinks +MultiViews
  8. AllowOverride All
  9. Require all granted
  10. </Directory>
  11.  
  12. ServerName 181.189.233.140
  13. DocumentRoot c:/wamp64/www
  14. <Directory "c:/wamp64/www/">
  15. Options +Indexes +Includes +FollowSymLinks +MultiViews
  16. AllowOverride All
  17. Require all granted
  18. </Directory>
Add Comment
Please, Sign In to add comment