修复win环境下apache头信息丢失
This commit is contained in:
@@ -5,4 +5,5 @@
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^(.*)$ index.php [QSA,PT,L]
|
RewriteRule ^(.*)$ index.php [QSA,PT,L]
|
||||||
|
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
Reference in New Issue
Block a user