301在一个链接上从https重定向到http

时间:2015-10-05 11:17:41

标签: .htaccess

我想制作 featSel_ctrl <- sbfControl(functions = anovaScores) featSel <- sbf(target ~., data=train_data, sbfControl = featSel_ctrl) ,但仅限于一个特定链接:

301 redirect

在htaccess,Apache

1 个答案:

答案 0 :(得分:1)

你可以试试这个

RewriteEngine on
RewriteCond %{HTTPS} ^on 
RewriteRule ^example\.html$ http://www.example.com/example.html [R=301,L]