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]