.htaccess deprecation and WPEngine Nginx rules
-
So, PHP 7.4 has deprecated .htaccess files, and WPEngine is not allowing anything but standards rulesets in the .htaccess files. Instead, WPEngine is only using Nginx rules to replace any non-wordpress standard .htaccess settings.
What rules do I tell WPEngine to set? It would replace – SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1
or
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]thanks in advance.
for reference – .htaccess deprecation.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘.htaccess deprecation and WPEngine Nginx rules’ is closed to new replies.