程序介绍
- 1、图片站群为独立站群系统(无需依托CMS)
- 2、对域名要求不高,百元域名均可操作,适合批量操作
- 3、独立的首页、列表页、图片内容页
- 4、双内容库(缩略图与高清图分开)加快网站加载速度
- 5、无需准备文字内容,操作简单
- 6、明王独立优化程序结构(收录好,起站快)
- 7、优化快速起站代码,针对搜索引擎友好
- 8、因行业问题暂不提供演示案例!!!
- 9、可自定页面后缀(html、shtml、xml…..)
- 10、拒绝全站404跳转到内容页
- 11、还有强大的网站XML地图功能,便于链接提交
- 12、模板自适应PC端和移动端,流量一起做!
程序截图
伪静态
Apache
RewriteEngine On RewriteRule ^index.html$ index.php?id=$1 RewriteRule ^(.*)/$ list.php?id=$1 RewriteRule ^(.*).html$ article.php?id1=$1 RewriteRule ^(.*).shtml$ article.php?id1=$1 RewriteRule ^sitemap([0-9]*).xml$ sitemap.php?id=$1
Nginx
rewrite ^/index.html$ /index.php?id=$1; rewrite ^/(.*)/$ /list.php?id=$1; rewrite ^/(.*).html$ /article.php?id1=$1; rewrite ^/(.*).shtml$ /article.php?id1=$1; rewrite ^/sitemap([0-9]*).xml$ /sitemap.php?id=$1;
原文链接:https://www.zylou.cn/1030.html,未经允许,禁止转载。
请先
!