Guest User

Untitled

a guest
May 27th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName site1
  3. DocumentRoot /www/virtualhosts/site1/web
  4. DirectoryIndex index.php
  5.  
  6. Alias /sf /www/svn/symfony/1.2/data/web/sf
  7.  
  8. <Directory "/www/virtualhosts/site1/web">
  9. AllowOverride All
  10. Allow from All
  11. </Directory>
  12.  
  13. <Directory "/www/svn/symfony/1.2/data/web/sf">
  14. AllowOverride All
  15. Allow from All
  16. </Directory>
  17. </VirtualHost>
Add Comment
Please, Sign In to add comment