kangle easypanel下ep模式cdn空间.htaccess文件不生效,无法301跳转到https证书ssl加密访问怎么办?自定义access.xml
kangle easypanel下ep模式cdn空间.htaccess文件不生效,无法301跳转到https证书ssl加密访问怎么办?自定义access.xml有kangle 3311操作权限的可以直接看这个贴写表单规则
https://bbs.itzmx.com/thread-13666-1-1.html
kangle easypanel下ep模式cdn空间.htaccess文件不生效,无法301跳转到https证书ssl加密访问怎么办?
.htaccess文件在ep cdn空间下不生效的,这种时候可以用这个方法
access.xml控制文件,内容如下
<config>
<request action='allow' >
<table name='!rewrite'>
<chainaction='continue' >
<mark_url_rewriteurl='http://(.*)' dst='https://$1' nc='1' code='301'></mark_url_rewrite>
</chain>
</table>
<table name='BEGIN'>
</table>
</request>
<response action='allow' >
<table name='BEGIN'>
</table>
</response>
</config>
上传access.xml文件到在线文件管理的根目录中,然后随便绑定任意一个域名,提交后在删除刚刚绑定的域名即可生效,进入域名跳转功能,切换开关为开启
图解
{:3030:} http://kangle.odata.cc/
我的EP修改版已经有一键开启此功能了
页:
[1]