【发布时间】:2020-03-05 06:30:41
【问题描述】:
我在带有 cpanel 的 Godaddy 主机上使用 opencart。我正在使用 .htaccess 文件执行以下操作但没有成功。 我正在尝试将所有内容从“http://northfalcons.com”或“http://www.northfalcons.com”重定向到“https://northfalcons.com”。
但以下三页:
1.https://northfalcons.com/index.php?route=product/category&path=60
2.https://northfalcons.com/index.php?route=product/category&path=61
3.https://northfalcons.com/index.php?route=product/category&path=62
需要重定向到http而不是https,如下:
1.http://northfalcons.com/index.php?route=product/category&path=60
2.http://northfalcons.com/index.php?route=product/category&path=61
3.http://northfalcons.com/index.php?route=product/category&path=62
我该怎么做?请帮忙!
【问题讨论】: