标签: https
我试过在这里搜索,但没有任何对我有用。我有Joomla网站,并希望重定向一些网站网址(3-4)以使用HTTPS流量来处理信用卡付款。你能指导我如何使用.htaccess文件吗?什么是确切的代码?
我不希望整个网站在ssl https上运行,但只有几页。
我想要这些:
http://www.domain.com/city1/store http://www.domain.com/city2/subcity/store
使用https。
由于
答案 0 :(得分:0)
也许试试这个:
RewriteRule "^/folder(/.*)" "https://%{HTTP_HOST}$1" [R=301,L]
在htaccess HTTPS