agoat / contao-ssldomains
Contao SSL Domains 扩展
0.4.0
2017-06-24 15:15 UTC
Requires
- php: >=5.6
- contao/core-bundle: ^4.2
- symfony/framework-bundle: ~2.8|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2024-09-20 19:30:07 UTC
README
Contao 4 模块
当网站根设置为“使用HTTPS”时,此小扩展会重定向到ssl(https)
只要contao/core-bundle不使用Symofony CMF路由器,就需要这个扩展(参见contao/core-bundle#443)
###安装
添加到app/AppKernel.php(在ContaoCoreBundle之后)
new Agoat\SSLDomainsBundle\AgoatSSLDomainsBundle(),