git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
3d99053
Branches
Tags
master
ticket
webinterface.git
.htaccess
Neues Design, neue Startseite
bernd
commited
3d99053
at 2009-02-11 18:34:39
.htaccess
Blame
History
Raw
<Files config.php > Order allow,deny Deny from all </Files> RewriteEngine On RewriteRule ^go/(.*)$ dispatch.php?go=$1&%{QUERY_STRING} #Order deny,allow #Allow from 2001:8d8:81:1310:1:1:2:42 #Deny from all php_flag short_open_tag off php_flag display_errors on php_flag display_startup_errors on # allow client certs SSLVerifyClient optional_no_ca SSLoptions +StdEnvVars +ExportCertData