ateliee/TwitterBootstrap-Index/master/.htaccess - Htaccess File

ateliee/TwitterBootstrap-Index/master/.htaccess

<Files ~ "^(.htaccess|.htpasswd)$">
deny from all
</Files>

DirectoryIndex index.html index.php

RewriteEngine on
#RewriteBase /
#RewriteBase /test/
#RewriteCond %{REQUEST_URI} /backup/index.php
#RewriteRule .? - [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^history/(.*)$ ./history/index.php?%{QUERY_STRING} [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME, REQUEST_URI

Comments

Apache