Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot "C:\xampp\htdocs\site"
  4. ServerName site.com
  5. ServerAlias www.site.com
  6. DirectoryIndex app.php index.php index.html
  7. <Directory "C:\xampp\htdocs\site">
  8. Options Indexes FollowSymLinks
  9. Order allow,deny
  10. Allow from all
  11. </Directory>
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement