人生就是由众多的细节组成的
正因为是个细节,所以常被人所淡忘

蚂蚁分类信息程序 5.9单城市版Nginx伪静态规则分享 www.ptbmw.com

平潭便民网,这个网站用的是蚂蚁分类信息这套程序,单年买了单城市+多城市版本。这些年域名一直续费,服务器也一直续费,就这样放着。半死不活的,我这个不合格的站长。。。

服务器环境:Nginx1.12+PHP5.3+Mysql5.6+zend3.3,设置比较简单,后台开启伪静态就可以了。官方不提供nginx版伪静态,能找到的都是Apache转nginx的工具,直接转换官方的规则使用还是不合适,以下是平潭便民网正在使用5.9单城市版本的伪静态规则

rewrite ^/space/(.+)/$ /space.php?user=$1;
rewrite ^/store-([0-9]+)/$ /store.php?uid=$1;
rewrite ^/store-([0-9]+)/([^/]+).html$ /store.php?uid=$1&Uid=$2;
if (!-d $request_filename){
    set $rule_3 1$rule_3;
}
if ($rule_3 = "1"){
    rewrite ^/(?!store|space)(.+)/$ /category.php?Catid=$1;
}
rewrite ^/([^/]+)/([0-9]+).html$ /information.php?id=$2;
rewrite ^/news.html$ /news.php;
rewrite ^/news-id-([0-9]+).html$ /news.php?id=$1;
rewrite ^/news-catid-([0-9]+).html$ /news.php?catid=$1;
rewrite ^/news-catid-([0-9]+)-page-([0-9]+).html$ /news.php?catid=$1&page=$2;
rewrite ^/goods.html$ /goods.php;
rewrite ^/goods-id-([0-9]+).html$ /goods.php?id=$1;
rewrite ^/goods-([^/]+).html$ /goods.php?Catid=$1;
rewrite ^/corporation.html$ /corporation.php;
rewrite ^/corporation-([^/]+).html$ /corporation.php?Catid=$1;
rewrite ^/aboutus.html$ /about.php?part=aboutus;
rewrite ^/sitemap.html$ /about.php?part=sitemap;
rewrite ^/aboutus-id-([0-9]+).html$ /about.php?part=aboutus&id=$1;
rewrite ^/announce.html$ /about.php?part=announce&id=$1;
rewrite ^/faq.html$ /about.php?part=faq;
rewrite ^/faq-id-([0-9]+).html$ /about.php?part=faq&id=$1;
rewrite ^/friendlink.html$ /about.php?part=friendlink;
rewrite ^/vip.html$ /vip.php;

宝塔面板的话直接到后台添加伪静态规则即可

赞(0) 打赏
未经允许不得转载:毛桃博客 » 蚂蚁分类信息程序 5.9单城市版Nginx伪静态规则分享

评论 抢沙发

评论前必须登录!

 

实践是学习的最佳途径

支持快讯、专题、百度收录推送、人机验证、多级分类筛选器,适用于垂直站点、科技博客、个人站,扁平化设计、简洁白色、超多功能配置、会员中心、直达链接、文章图片弹窗、自动缩略图等...

了解更多看平潭

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

登录

找回密码

注册