dcd0eaed6858bf0df1c900c6d1dc1e1dbf7d66e1
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) 
Hanno Böck add nosniff

Hanno Böck authored 4 years ago

14) header always set X-Content-Type-Options nosniff
15) 
bernd webinterface => /webinterface

bernd authored 17 years ago

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

Bernd Wurst authored 7 years ago

17) RewriteBase /
bernd webinterface => /webinterface

bernd authored 17 years ago

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

Bernd Wurst authored 11 years ago

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