wordpress的伪静态规则
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f Rewr...
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f Rewr...
在nginx配置文件nginx.conf的location段添加一行即可. location / { try_files $uri $uri/ /index.php?q=$uri&$args; }