Guest User

Untitled

a guest
Jan 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "C:/wamp/www/mage"
  3. ServerName www.demomage.local
  4. <Directory "C:/wamp/www/mage">
  5. Options +Indexes +Includes +FollowSymLinks +MultiViews
  6. AllowOverride All
  7. Require local
  8. </Directory>
  9. </VirtualHost>
Add Comment
Please, Sign In to add comment