最新4.1linux下ng伪静态分享

狮
2017-06-09 20:33
594 浏览
3 回复


location / {
rewrite "^([^.]*)/([a-zA-Z0-9\_-]+)/home(.*)$" /index.php/$1/home$2 last;
rewrite "^([^.]*)/gbook$" /index.php/gbook last;
rewrite "^([^.]*)/page(.*)$" /index.php/page$1 last;
rewrite "^([^.]*)/opt(.*)$" /index.php/opt$1 last;
rewrite "^([^.]*)/user(.*)$" /index.php/user$1 last;
rewrite "^([^.]*)/api/(.*)$" /index.php/api/$1 last;
#图片重定向
rewrite "^([^.]*)/picdata(.*)$" /index.php/picdata$1 last;
# 视频伪静态
rewrite "^([^.]*)/vod(.*)$" /index.php/vod$1 last;
# 歌曲伪静态
rewrite "^([^.]*)/dance(.*)$" /index.php/dance$1 last;
# 歌手伪静态
rewrite "^([^.]*)/singer(.*)$" /index.php/singer$1 last;
# 视频伪静态
rewrite "^([^.]*)/vod(.*)$" /index.php/vod$1 last;
# 文章伪静态
rewrite "^([^.]*)/news(.*)$" /index.php/news$1 last;
# 专集伪静态
rewrite "^([^.]*)/topic/(.*)$" /index.php/zj/$1 last;
rewrite "^([^.]*)/zj/(.*)$" /index.php/zj/$1 last;
break;
}

回复列表(3)

langtou
langtou
2017-06-11 23:38
发你站来看看,好像 上传图片的话,专辑 歌手封面无法显示,
回复
华藏佛学
华藏佛学
2017-07-30 11:15
不行,页面样式都乱了
回复
小软
小软
2017-10-17 15:16
怎么操作啊
回复