git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9fc4339
Branches
Tags
master
ticket
webinterface.git
.htaccess
Leite Kurz-init-URL auf die lange Variante weiter um interne Links funktionierend zu halten
Bernd Wurst
commited
9fc4339
at 2013-02-27 15:30:51
.htaccess
Blame
History
Raw
<Files config.php > Order allow,deny Deny from all </Files> <Files config.sample.php > Order allow,deny Deny from all </Files> RewriteEngine On RewriteBase / RewriteRule ^go/(.*)$ dispatch.php?go=$1&%{QUERY_STRING} RewriteRule ^init(.*)$ go/index/initialize_useraccount?token=$1&%{QUERY_STRING} [R] #Order deny,allow #Allow from 2001:8d8:81:1310:1:1:2:42 #Deny from all <IfModule mod_php5.c> php_flag short_open_tag off php_flag display_errors on php_flag display_startup_errors on </IfModule> # allow client certs #SSLVerifyClient optional_no_ca #SSLoptions +StdEnvVars +ExportCertData