David Blume's GitList
Repositories
kvs-php.git
Code
Commits
Branches
Tags
Search
Tree:
f139b09
Branches
Tags
main
kvs-php.git
.htaccess
first commit
David Blume
commited
f139b09
at 2016-09-10 20:25:26
.htaccess
Blame
History
Raw
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} DirectoryIndex index.php index.html <FilesMatch "(\.db|config\.php)$"> Order allow,deny Deny from all </FilesMatch> AddCharset UTF-8 .txt