Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "C:/www/joomla"
  3. ServerName projekt.dev
  4. <Directory "C:/www/joomla">
  5. AllowOverride All
  6. Require local
  7. </Directory>
  8. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement