We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a23080 commit 97945f7Copy full SHA for 97945f7
backend/wordpress/.htaccess
@@ -9,10 +9,6 @@ RewriteRule ^index\.php$ - [L]
9
RewriteCond %{REQUEST_FILENAME} !-f
10
RewriteCond %{REQUEST_FILENAME} !-d
11
RewriteRule . /index.php [L]
12
-
13
-RewriteCond %{HTTP:Authorization} ^(.*)
14
-RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
15
-SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
16
</IfModule>
17
18
# END WordPress
0 commit comments