Explorar o código

fixing htaccess not passing authentication

Medowar hai 1 mes
pai
achega
e523335153
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .htaccess

+ 3 - 0
.htaccess

@@ -2,6 +2,9 @@ Options -Indexes
 DirectoryIndex index.php
 AddDefaultCharset UTF-8
 
+# Pass Authorization header to PHP
+CGIPassAuth On
+
 <IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteRule (^|/)\. - [F,L]