Merge pull request #322730 from bbenno/update-wp-httpd-htaccess

This commit is contained in:
Sandro 2024-08-22 14:33:17 +02:00 committed by GitHub
commit 18fb834638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,6 +426,7 @@ in
# standard wordpress .htaccess contents
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f