oltmannsdaniel/pager/master/.htaccess
<FilesMatch ".(htaccess|htpasswd|ini|phps|fla|psd|log|sh)$">
Order Allow,Deny
Deny from all
</FilesMatch>
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteRule ^post/([0-9A-Za-z-_/]{1,})?$ index.php?link=$1 [L]
Files
