소스 검색

fixing htaccess not passing authentication

Medowar 1 개월 전
부모
커밋
e523335153
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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]