|
若你购买了XUEHOST宝塔插件,安装XUEHOST面板 使用nginx的环境则需要配置此规则
rewrite ^/XUE/([a-z0-9_\-]+)\.html(\?(.*))*$ /admin.php?c=$1&ad=act&$args;
rewrite ^/XUEHOST/([a-z0-9_\-]+)\.html(\?(.*))*$ /bt.php?c=$1&ad=act&$args;
rewrite ^/XUEHOST/bt.php(\?(.*))*$ /bt.php?c=kfinfo&m=cp;
rewrite ^/XUE_temp_bt/(.*)/(.*)/([a-z0-9_\-]+)\.html$ /xueidc;
rewrite ^/api/host/(\?(.*))*$ /index.php?m=api&c=api&actions=ephostapi&$args;
rewrite ^/api/cdn/(\?(.*))*$ /index.php?m=api&c=api&actions=epcdnapi&$args;
rewrite ^/vhost/host.php(\?(.*))*$ /index.php?m=api&c=api&actions=ephostapi&actionss=loginhost&$args;
rewrite ^/vhost/cdn.php(\?(.*))*$ /index.php?m=api&c=api&actions=epcdnapi&actionss=logincdn&$args;
rewrite ^/([a-z0-9_\-]+)\.html(\?(.*))*$ /index.php?c=$1&$args;
|
|