c7f7f07ddaf0a4894c17cdf5e53b9ab30915872f
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}