網站蒐集的模板,清除了一個危險的木馬文件!
也不知這模板是幹什麼的,應該有懂的,可以拿去做一些資源下載的網站!.
帶有一個會員中心!
預覽圖:



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