网站搜集的模板,清除了一个危险的木马文件!
也不知这模板是干什么的,应该有懂的,可以拿去做一些资源下载的网站!.
带有一个会员中心!
预览图:
nginx伪静态
rewrite ^/post-([0-9]+)-([0-9]+).html$ /e/action/ShowInfo.php?classid=$1&id=$2&page=$3;
rewrite ^/category-([0-9]+)-([0-9]+).html$ /e/action/ListInfo/index.php?classid=$1&page=$2;
rewrite ^/tags-([0-9]+)-([0-9]+).html$ /e/tags/index.php?tagid=$1&page=$2;
阿帕奇伪静态
RewriteEngine On
RewriteBase /
RewriteRule ^post-([0-9]+)-([0-9]+).html$ /e/action/ShowInfo.php?classid=$1&id=$2&page=$3
RewriteRule ^category-([0-9]+)-([0-9]+).html$ /e/action/ListInfo/index.php?classid=$1&page=$2
RewriteRule ^tags-([0-9]+)-([0-9]+).html$ /e/tags/index.php?tagid=$1&page=$2
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容