站群特色:
安全、高效,化的优化利用php性能,使得运行流畅稳定
独创内容无缓存刷新不变,节省硬盘。防止搜索引擎识别蜘蛛池
蜘蛛池算法,轻松构建站点(电影、资讯、图片、论坛等等)
可以个性化每个网站的风格、内容、站点模式、关键词、外链等
(自定义tkd、自定义外链关键词、自定义泛域名前缀)
安装教程:
安装教程:
运行环境:PHP5.4以上+MYSQL5.6+伪静态
全新安装,上传后直接访问域名或域名/install/install.php进行安装。
nginx伪静态(看着和Apache伪静态很像,企业猫环境是apache,Nginx没测试。 )
rewrite ^/sitemap.xml /xml.php;
rewrite ^/sitemap.html /sitemap.php;
rewrite ^/index.html /index.php;
rewrite ^/admin/$ /admin/index.php;
rewrite ^/cloud/$ /cloud/index.php;
rewrite ^/robots.txt /robots.php;
rewrite ^/(.*).html /article.php;
rewrite ^/(.*)/$ /article.php;
Apache伪静态
RewriteEngine on
RewriteRule ^sitemap.xml /xml.php
RewriteRule ^sitemap.html /sitemap.php
RewriteRule ^index.html /index.php
RewriteRule ^admin/$ /admin/index.php
RewriteRule ^cloud/$ /cloud/index.php
RewriteRule ^robots.txt /robots.php
RewriteRule ^(.*).html /article.php
RewriteRule ^(.*)/$ /article.php
所有资源仅用于学习及研究使用,切勿用于商业用途,如产生法律纠纷本站概不负责!
文章除标明原创外均来自网络转载,版权归原作者所有,如侵犯到您权益请联系删除!
此资源仅供个人学习研究之用,禁止非法传播或用于商业用途,请在下载后23小时内删除!