Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Listen 127.0.0.1:5050
  2. <VirtualHost 127.0.0.1:5050>
  3. DocumentRoot "/opt/lampp/htdocs/newproject/web"
  4. DirectoryIndex index.php
  5. <Directory "/opt/lampp/htdocs/newproject/web">
  6. AllowOverride All
  7. Allow from All
  8. </Directory>
  9. Alias /sf /opt/lampp/htdocs/newproject/lib/vendor/data/web/sf
  10. <Directory "/opt/lampp/htdocs/newproject/lib/vendor/data/web/sf">
  11. AllowOverride All
  12. Allow from All
  13. </Directory>
  14.  
  15. </VirtualHost>
Add Comment
Please, Sign In to add comment