- version: 1.0.0
- extension key: Magic42_PreventHead404Cache
- extension on GitHub
- direct download link
Magento 2.3 Caches a 404 HEAD Request which in turn means a future GET request returns the cached 404. This Plugin checks the Http request to see if its a 404 HEAD request and will return void to prevent it from being cached
Temporary Fix for #21299
- PHP >= 7.1
- Magento Framework 102.0.0
- Magento >= 2.3.0
composer config repositories.magic42 git [email protected]:magic42/module-prevent-head-404-cache.git
composer require magic42/module-prevent-head-404-cache
php bin/magento module:enable Magic42_PreventHead404Cache
php bin/magento setup:upgrade
php bin/magento cache:flush
composer remove magic42/module-prevent-head-404-cache
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
- Magic42
- Website
- Contact Us
OSL - Open Software Licence 3.0
(c) 2019 Magic42