oltmannsdaniel/pager/master/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache