【发布时间】:2010-12-02 19:11:36
【问题描述】:
如何让 CodeIgniter 使用 SSL 加载特定页面?我有一个 apache2/mode_ssl 服务器。 mod_ssl 使用与非安全页面不同的文档根目录。例如,https(端口 443)将提供来自 /var/www/ssl_html/ 的页面,而 http(端口 80)提供来自 /var/www/html/ 的页面。我怎样才能让 CodeIgniter 很好地使用这个设置?
【问题讨论】:
标签: php apache ssl codeigniter https