站点文件权限以及磁盘配额已经帮您重置,您现在测试上传文件看看是否正常。
另外asp.net已经帮您设置为asp.net2.0经典模式,您也可以在截图中进行设置。
同时站点访问也无问题,测试结果已经截图反馈。
非常感谢您对我司的支持,谢谢!
这台主机帮我换成港台体验型的 谢谢
已经处理好了,您现在及时续费即可。
非常感谢您对我司的支持,谢谢!
您可以到虚拟主机管理自主删除的,见截图,非常感谢您长期对我司的支持!
location / {
rewrite ^/(.*)content-([0-9] )-([0-9] )-([0-9] )\\.html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)show-([0-9] )-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)news-([0-9] )-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)pinpai-([0-9] )-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)list-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=lists&catid=$2&page=$3;
rewrite ^/(.*)top-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=lists&catid=$2&page=$3;
rewrite ^/([0-9A-Za-z_-]*)/$ /index.php?m=content&c=index&a=lists&catdir=$1;
rewrite ^/([0-9A-Za-z_-]*)/page_([0-9] ).html$ /index.php?m=content&c=index&a=lists&catdir=$1&page=$2;
rewrite ^/([0-9A-Za-z_-]*)/([0-9] ).html$ /index.php?m=content&c=index&a=show&catdir=$1&id=$2;
}
您可以提供一下当前程序的apache规则文件,我司给您转换试试,非常感谢您长期对我司的支持!