Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName classera.local
  3. DocumentRoot /var/www/classera
  4. SetEnv APPLICATION_ENV "development"
  5.  
  6. <Directory /var/www/classera>
  7. Options FollowSymLinks
  8. #Options Indexes FollowSymLinks Includes ExecCGI
  9. AllowOverride All
  10. Order allow,deny
  11. Allow from all
  12. </Directory>
  13.  
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement