git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
aa0e3fb
Branches
Tags
master
ticket
webinterface.git
.htaccess
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1077 87cf0b9e-d624-0410-a070-f6ee81989793
bernd
commited
aa0e3fb
at 2008-05-19 17:28:11
.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 display_errors on php_flag display_startup_errors on php_flag error_reporting e_all # allow client certs #SSLVerifyClient optional #SSLoptions +StdEnvVars