8a4acb54b452ad801825c59cc7aa542eae0f9f3f
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) 
bernd webinterface => /webinterface

bernd authored 17 years ago

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

Bernd Wurst authored 7 years ago

12) RewriteBase /
bernd webinterface => /webinterface

bernd authored 17 years ago

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

Bernd Wurst authored 11 years ago

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