Advertisement
dandyraka

deezable

Jun 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <VirtualHost *:80>
  2.     ServerName deezable.test
  3.     DocumentRoot "C:\xampp\htdocs\deezable"
  4.     <Directory "C:\xampp\htdocs\deezable">
  5.         Options Indexes FollowSymlinks
  6.         Require all granted
  7.     </Directory>
  8. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement