Explorar el Código

fixing htaccess not passing authentication

Medowar hace 1 mes
padre
commit
e523335153
Se han modificado 1 ficheros con 3 adiciones y 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]