[PHP编程] WP 导航模板 WebStack 导航主题模板 WordPress 模板

[复制链接]
发表于 2023-1-21 19:49:07
安装指南:
安装 WordPress ,教程百度

设置伪静态

# Nginx规则

location /
{
    try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
# Apache 规则


RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
WordPress 后台「主题」栏目 -> 上传主题 -> 启用主题,或者在 /wp-content/themes 文件夹新建webstack文件夹,并上传所有文件

果然点击地址出现404,请到WordPress 后台「设置」栏目 -> 固定链接 -> 保存更改

(Installation Guide:
Install WordPress, Tutorial Baidu

set pseudo static

# Nginx rules

location /
{
    try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
# Apache rules


Rewrite Engine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond ?EQUEST_FILENAME} ! -f
RewriteCond ?EQUEST_FILENAME} !-d
RewriteRule ./index.php [L]
WordPress background "Theme" section -> upload theme -> enable theme, or create a new webstack folder in /wp-content/themes folder, and upload all files

Sure enough, 404 appears when you click on the address, please go to the "Settings" section of WordPress background -> Permalink -> Save Changes)

[下载]19490997346.rar


194907ij6wcpw2qjz74aqm.jpg


上一篇:Z-Blog模板PHP米粒导航网主题模板适合网站导航网站大全
下一篇:最新精仿卢松松网站主题模板Wordpress个人博客主题模板Luss V1.22

使用道具 举报

Archiver|手机版|小黑屋|吾爱开源 |网站地图

Copyright 2011 - 2012 Lnqq.NET.All Rights Reserved( ICP备案粤ICP备14042591号-1粤ICP14042591号 )

关于本站 - 版权申明 - 侵删联系 - Ln Studio! - 广告联系

本站资源来自互联网,仅供用户测试使用,相关版权归原作者所有

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