Blogger Information
Blog 55
fans 0
comment 0
visits 59337
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
nginx配置path_info
南鸢离梦的博客
Original
701 people have browsed it

在nginx配置文件里添加

配置pathinfo

  1. if (!-e $request_filename) {
  2. rewrite ^/index.php(.*)$ /index.php?s=$1 last;
  3. rewrite ^(.*)$ /index.php?s=$1 last;
  4. break;
  5. }

添加到server 模块里

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post