Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <VirtualHost *.80>
  2. ServerAdmin webmaster@localhost
  3. ServerName localhost
  4. DocumentRoot /var/www/newznab/www
  5. ErrorLog /var/log/apache2/error.log
  6. LogLevel warn
  7. ServerSignature Off
  8. # <Directory "/var/www/newznab/www">
  9. <Directory /var/www/newznab/www/>
  10. AllowOverride All
  11. Options FollowSymLinks MultiViews
  12. Order allow,deny
  13. Allow from all
  14. # <IfModule mod_rewrite.c>
  15. # RewriteEngine On
  16. # RewriteCond%{REQUEST_FILENAME} !-f
  17. # RewriteRule ^(.*)$ /app.php [QSA,L]
  18. # </IfModule>
  19. Require all granted
  20. </Directory>
  21.  
  22. # Alias /covers /var/www/newznab/resources/covers
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement