Nginx伪静态规则:
location / {
rewrite ^/frim/index(.+?)\.html$ /list/index.php?$1 last;
rewrite ^/movie/index(.+?)\.html$ /detail/index.php?$1 last;
rewrite ^/play/([0-9]+)-([0-9]+)-([0-9]+)\.html$ /video/index.php?$1-$2-$3 last;
rewrite ^/topic/index(.+?)\.html$ /topic/index.php?$1 last;
rewrite ^/topic/index\.html$ /topic/index.php?$1 last;
rewrite ^/topiclist/(.+?).html$ /topiclist/index.php?$1 last;
rewrite ^/index\.html$ index.php permanent;
rewrite ^/news/index\.html$ /news/index.php?$1 last;
rewrite ^/html/part/index(.+?)\.html$ /articlelist/index.php?$1 last;
rewrite ^/html/article/index(.+?)\.html$ /article/index.php?$1 last;
}
© 版权声明
声明:本站所有资源以及部分文字和图片全部收集于互联网,如无特殊说明或标注,均为本站原创发布(WWW.cvmao.com)。任何个人或组织,在未征得本站允许,禁止复制、盗用、采集、发布本站内容到任何网站。如本站部分内容侵犯到您的合法权益,请及与我们联系,我们会在3个工作日内核实并及时处理。
暂无评论内容