c42127d3cab5c78430e578a07038f54f8cdff459
bernd webinterface => /webinterface

bernd authored 17 years ago

1) <Files config.php >
2)   Order allow,deny
3)   Deny from all
4) </Files>
5) 
Bernd Wurst Added some deny rules to pr...

Bernd Wurst authored 12 years ago

6) <Files config.sample.php >
7)   Order allow,deny
8)   Deny from all
9) </Files>
10) 
Hanno Böck Support change password URL...

Hanno Böck authored 5 years ago

11) # See https://wicg.github.io/change-password-url/
12) Redirect /.well-known/change-password /go/index/chpass
13) 
bernd webinterface => /webinterface

bernd authored 17 years ago

14) RewriteEngine On
Bernd Wurst RewriteBase wieder eingefüg...

Bernd Wurst authored 7 years ago

15) RewriteBase /
bernd webinterface => /webinterface

bernd authored 17 years ago

16) RewriteRule ^go/(.*)$  dispatch.php?go=$1&%{QUERY_STRING}
Bernd Wurst Leite Kurz-init-URL auf die...

Bernd Wurst authored 11 years ago

17) RewriteRule ^init(.*)$  go/index/initialize_useraccount?token=$1&%{QUERY_STRING} [R]