We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
37dd5a8
Added 'allow_404' config to allow Force Https to 404 pages, can be configured as follow:
<?php return [ 'force-https-module' => [ 'enable' => true, // ... other configs 'allow_404' => true, ], ];