Nginx伪静态php设置方法 25
淘宝tae能用什么方法设置伪静态,只能用Nginx伪静态吗?有一个链接是item.php?id=12345,通过什么方法可以伪静态成item/12345.html。怎么添...
淘宝tae能用什么方法设置伪静态,只能用Nginx伪静态吗?有一个链接是item.php?id=12345,通过什么方法可以伪静态成 item/12345.html 。怎么添加修改源码?可以详细一点吗?
淘宝开放平台这样写:
这里对应的 nginx 规则为: rewrite ^/1.jpg$ /hello.php last;
rewrite:
- url: ^/1.jpg$
script: http://xx.com/hello.php permanent # 外部跳转
checkfile: false # 默认是true,生成的nginx的location规则会加if判断 -e $request_filename
- url: ^/(.+)\.html$
script: /index.php?q=$1 last 展开
淘宝开放平台这样写:
这里对应的 nginx 规则为: rewrite ^/1.jpg$ /hello.php last;
rewrite:
- url: ^/1.jpg$
script: http://xx.com/hello.php permanent # 外部跳转
checkfile: false # 默认是true,生成的nginx的location规则会加if判断 -e $request_filename
- url: ^/(.+)\.html$
script: /index.php?q=$1 last 展开
2个回答
推荐于2017-11-27
展开全部
修改/etc/nginx/nginx.conf,tae的话可能在conf.d里边的virtual.conf,在server里边添加伪静态规则
location / {
index index.php index.html index.htm;
rewrite ^(.*)/item/([0-9]+)\.html $1/item.php?id=$2 last;
}
大概是这样,规则要自己测试
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询