diff options
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/home.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2/home.htaccess b/apache2/home.htaccess index 13864c1..94a14cd 100644 --- a/apache2/home.htaccess +++ b/apache2/home.htaccess @@ -3,7 +3,7 @@ #SSLRequireSSL # uncomment to disable authentification -#SetEnvIf Request_Protocol "^H" NO_AUTH +SetEnvIf Request_Protocol "^H" NO_AUTH # server side includes Options +Includes |