CodeignIter与HTTPS页面无法呈现域/ H.html无法正常工作(404错误)

时间:2018-05-14 08:24:58

标签: codeigniter https

网站通常不使用HTTPS。

仅使用HTTPS主页正在运行,但其他网页(https://domain.in/contact.html)无效( 404错误页面

我的档案。

应用/配置/ config.php中

$config['base_url'] = '';
$config['index_page'] = '';

.httaccess文件是

Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

请建议我该怎么做。 在此先感谢。

0 个答案:

没有答案