一、前台设置:
二、nginx 伪静态访问:(在server_name中,增加location中的内容)
location / { root html; index index.php index.html index.htm; try_files $uri $uri/ /index.php?$args; } #error_page 404 /404.html; rewrite /wp-admin$ $scheme://$host$uri/ permanent;
同时,在前端自定义:设置--固定链接--自定义结构
文章评论