AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 求转换伪静态规则! |
|
---|---|
Jackson |
Jackson 发表于 2015-10-12 21:11:24
本帖最后由 Jackson 于 2015-10-13 08:17 编辑
这一条Nginx伪静态规则 location / { rewrite ^/down-(.*)\.html /downloads.php?id=$1; } 转换成 wordpress 伪静态怎么转 wordpress.conf里面的伪静态是这种的 location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } 求大神们帮帮我@amysql
点赞,加油! (0分)
2015-10-12 21:11:24 1
|
Jackson |
怎么发个帖子,都没人回啊?人品吗:'(
回复
2015-10-12 21:28:53 2
|
Shourke |
Wordpress 伪静态规则可以在AMH伪静态控件中直接选择;然后需要特定规则直接在Wordpress后台的“固定链接”那里设置相关规则即可(Ps.AMH里只需选择Wordpress规则即可。)
回复
2015-10-12 21:52:08 3
|
Jackson |
这是一个下载页面的规则,我想添加进去,但他是download.php?id=262 这种,怎么转换成html的 把这个转换 location / { rewrite ^/down-(.*)\.html /downloads.php?id=$1; }
回复
2015-10-12 22:08:31 4
|
amysql |
加在一起。
location / { rewrite ^/down-(.*)\.html /downloads.php?id=$1; if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } }
回复
2015-10-22 12:42:21 5
AMH面板 - 好用高效低占用、安全可靠极稳定 |