Advertisement
Guest User

Untitled

a guest
Jun 4th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Alias /airtime /usr/share/airtime/public
  2.  
  3. SetEnv APPLICATION_ENV "production"
  4.  
  5. <Directory /usr/share/airtime/public>
  6. DirectoryIndex index.php
  7. Options -Indexes FollowSymLinks MultiViews
  8. AllowOverride All
  9. Order allow,deny
  10. Allow from all
  11. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement