Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Elgg htaccess directives
- # Copyright Curverider Ltd 2008-2009
- # License http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- # Link http://elgg.org/
- <Files "htaccess_dist">
- order allow,deny
- deny from all
- </Files>
- # Don't listing directory
- Options -Indexes
- # Follow symbolic links
- Options +FollowSymLinks
- # Default handler
- DirectoryIndex index.php
- # Turn on expiry
- <IfModule mod_expires.c>
- ExpiresActive On
- ExpiresDefault "access plus 10 years"
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment