Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "/home/ahmed-yousry/boston/src/public"
  3. ServerName boston.local
  4. SetEnv APPLICATION_ENV setup.apache
  5. <Directory "/home/ahmed-yousry/boston/src/public">
  6. Options Indexes MultiViews FollowSymLinks
  7. AllowOverride All
  8. Order allow,deny
  9. Allow from all
  10. </Directory>
  11. </VirtualHost>
Add Comment
Please, Sign In to add comment