My website: https://www.louiswebsdale.co.uk/ keeps giving the "400 bad request invalid header" error when trying to visit it without the https. So www.louiswebsdale.co.uk
or http://www.louiswebsdale.co.uk
give the "400 bad request invalid header" error.
Is there some code I need to change in the .htaccess
file?
It currently is the following:
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Thank you very much.
400 Bad Request
Invalid Header. Failed to load resource: the server responded with a status of 400 (Bad Request) – Louis Websdale Jul 04 '21 at 12:10