Parcourir la source

fixing htaccess not passing authentication

Medowar il y a 1 mois
Parent
commit
e523335153
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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]