Advertisement
Guest User

Untitled

a guest
Jul 31st, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName test.localhost
  3. DocumentRoot /home/exoon/test
  4. SetEnv APPLICATION_ENV "development"
  5. <Directory /home/exoon/test>
  6. DirectoryIndex index.php
  7. AllowOverride All
  8. Order allow,deny
  9. Allow from all
  10. </Directory>
  11. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement