心理咨询网
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678
  1. #请复制下面伪静态配置到nginx配置文件中:
  2. #规则适合PbootCMS V2.0+版本
  3. location / {
  4. if (!-e $request_filename){
  5. rewrite ^/(.*)$ /index.php?p=$1 last;
  6. }
  7. }