Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <VirtualHost 127.0.0.1:80>
  2. ServerName r354.clickcontact.com
  3. DocumentRoot "D:\Projects\clickcontact\sources\Dev\dev_yannick_3_5_4\web"
  4. DirectoryIndex index.php index.html
  5.  
  6. <Directory "D:\Projects\clickcontact\sources\Dev\dev_yannick_3_5_4\web">
  7. Options FollowSymLinks
  8. AllowOverride All
  9. Order deny,allow
  10. Allow from all
  11. </Directory>
  12.  
  13. DirectoryIndex index.php
  14. Alias /sf "D:\Projects\clickcontact\sources\Dev\dev_yannick_3_5_4\lib\vendor\symfony\data\web\sf"
  15. <Directory "D:\Projects\clickcontact\sources\Dev\dev_yannick_3_5_4\lib\vendor\symfony\data\web\sf">
  16. AllowOverride All
  17. Allow from All
  18. </Directory>
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement