]> de.git.xonotic.org Git - xonotic/xonotic.git/blob - misc/infrastructure/keygen/.htaccess
Fix macOS SDL2 framework permissions
[xonotic/xonotic.git] / misc / infrastructure / keygen / .htaccess
1 Options +ExecCGI
2 DirectoryIndex response.d0ir
3 <Files response.d0ir>
4         SetHandler cgi-script
5 </Files>
6 # allow,deny: accept = A && !D
7 # deny,allow: accept = !(D && !A) == A || !D
8 <Files *.d0s*>
9         Order allow,deny
10         deny from all
11 </Files>
12 <Files config.pl>
13         Order allow,deny
14         deny from all
15 </Files>