VPS侦探论坛

 找回密码
 注册
查看: 4831|回复: 4

请问有用wordpress的吗?添加默认的wordpress和discuz的rewrite规则,好像没效果

[复制链接]
发表于 2013-3-17 21:27:25 | 显示全部楼层 |阅读模式

wordpress固定链接设置了,虚拟主机里已经添加了wordpress和discuz的rewrite规则了。
请问军哥,这个设置正确吗?

  1. server
  2.         {
  3.                 listen       80;
  4.                 server_name buy.veryad.com;
  5.                 index index.html index.htm index.php default.html default.htm default.php;
  6.                 root  /home/wwwroot/demonwork.com;

  7.                 include wordpress.conf,discuz.conf;
  8.                 location ~ .*\.(php|php5)?$
  9.                         {
  10.                                 try_files $uri =404;
  11.                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  12.                                 fastcgi_index index.php;
  13.                                 include fcgi.conf;
  14.                         }

  15.                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  16.                         {
  17.                                 expires      30d;
  18.                         }

  19.                 location ~ .*\.(js|css)?$
  20.                         {
  21.                                 expires      12h;
  22.                         }

  23.                 access_log off;
  24.         }
复制代码

[ 本帖最后由 veryad 于 2013-3-18 16:25 编辑 ]
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2013-3-18 09:08:44 | 显示全部楼层


贴配置文件
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2013-3-18 14:47:17 | 显示全部楼层

回复 2# 的帖子


添加虚拟主机的时候,在这里如果直接回车,是默认了上面列出的所有规则,还是一个也没添加?

如果添加多个,中间是加英文逗号,还是分号呢?

谢谢军哥

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2013-3-18 17:07:34 | 显示全部楼层



直接回车就是什么伪静态都没有

伪静态只能输入一个
如果2个伪静态需要你自行确认没有干扰才行

你的配置include wordpress.conf,discuz.conf;这样语法是错误的
include wordpress.conf;
include discuz.conf;
这样才行
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2013-3-18 19:38:19 | 显示全部楼层

十分感谢军哥的指点!

军哥运维代购:http://shop63846532.taobao.com/

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-9-24 11:20 , Processed in 0.029140 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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