VPS侦探论坛

 找回密码
 注册
查看: 7328|回复: 2

我想知道伪静态文件放在哪个目录?如wordpress.conf

[复制链接]
发表于 2010-12-30 21:37:45 | 显示全部楼层 |阅读模式

我想知道伪静态文件放在哪个目录?如wordpress.conf如题...
另外问一个...论坛搜索了.但是我很小白....崩溃了..
www.xxx.com/blog/

这样的形式,wordpress的伪静态怎么写啊.

location /blog/ {
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 (.*) /blog/index.php;                                    
}
}
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2010-12-30 21:49:33 | 显示全部楼层


location /blog/ {
if (-f $request_filename/blog/index.html){
rewrite (.*) $1/blog/index.html break;
}
if (-f $request_filename/blog/index.php){
rewrite (.*) $1/blog/index.php;
}
if (!-f $request_filename){
rewrite (.*) /blog/index.php;                                    
}
}

设置成功 可能有错....这个问题解决了....

另外那个wordpress.conf这个文件会放在哪呢?
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
发表于 2010-12-31 10:07:04 | 显示全部楼层

回复 2# 的帖子


放/usr/local/nginx/conf/
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-11-18 05:59 , Processed in 0.025807 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表