Guest User

Untitled

a guest
Jan 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot C:AppServwwwmysitepublic
  3. ServerName my_ip or domain
  4. </VirtualHost>
  5.  
  6. <Directory "C:/AppServ/www/mysite/public">
  7. Options FollowSymLinks
  8. AllowOverride All
  9. </Directory>
  10.  
  11. Options FollowSymLinks
Add Comment
Please, Sign In to add comment