Skip to content

1.4.0

Compare
Choose a tag to compare
@samsonasik samsonasik released this 08 Mar 13:22
· 165 commits to master since this release
1.4.0
9ba8659

Build Status Coverage Status PHPStan

Now allow add "www." prefix during redirection with configurable:

return [
    'force-https-module' => [
        /** Other required config here **/ 
        'add_www_prefix'        => true,
    ],
];

So, when we open 'http://example.com' it will be redirected to 'https://www.example.com'.

For complete configuration set, please consult the README