defbfa55 |
<Files config.php >
Order allow,deny
Deny from all
</Files>
|
2247ba05 |
<Files config.sample.php >
Order allow,deny
Deny from all
</Files>
|
defbfa55 |
RewriteEngine On
RewriteRule ^go/(.*)$ dispatch.php?go=$1&%{QUERY_STRING}
#Order deny,allow
#Allow from 2001:8d8:81:1310:1:1:2:42
#Deny from all
|
3cda75a7 |
|
3606cfec |
<IfModule mod_php5.c>
php_flag short_open_tag off
php_flag display_errors on
php_flag display_startup_errors on
</IfModule>
|
aa0e3fbe |
# allow client certs
|
18b15c1f |
#SSLVerifyClient optional_no_ca
#SSLoptions +StdEnvVars +ExportCertData
|