Skip to content
Snippets Groups Projects
Commit 69cb1f95 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski Committed by GitHub
Browse files

Merge pull request #9 from mamarley/htaccess

Add .htaccess file
parents c36db2b3 a57861d8
Branches
No related tags found
No related merge requests found
<FilesMatch "^(\.gitignore|qrs_config.php)$">
Order allow,deny
deny from all
Require all denied
</FilesMatch>
<IfModule mod_alias.c>
RedirectMatch 403 ^.*/\.git.*$
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment