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

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