gdimi/bmp/master/.htaccess - Htaccess File

gdimi/bmp/master/.htaccess

# Protect files and directories from prying eyes.
<FilesMatch ".(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(.php)?|xtmpl)(|~|.sw[op]|.bak|.orig|.save)?$|^(..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|.php(~|.sw[op]|.bak|.orig.save)$">
  Order allow,deny
</FilesMatch>

# Don't show directory listings for URLs which map to a directory.
Options -Indexes

#Options +SymLinksifOwnerMatch
#RewriteEngine On
#RewriteBase /dev/bm/
#RewriteCond %{QUERY_STRING} ^$
#RewriteRule ([A-Za-z0-9-]+)/?$ index.php?action=$1 [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache