伪静态:伪静态是相对真实静态来讲的,通常我们为了增强搜索引擎的友好面,都将文章内容生成静态页面,但是有的朋友为了实时的显示一些信息。或者还想运用动态脚本解决一些问题。不能用静态的方式来展示网站内容。但是这就损失了对搜索引擎的友好面。怎么样在两者之间找个中间方法呢,这就产生了伪静态技术。就是展示出来的是以html一类的静态页面形式,但其实是用ASP一类的动态脚本来处理的。
首先,在Nginx中的server模块配置如下内容:
location / {
if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}
}
配置完成后,重启Nginx。
然后,在wordpress博客后台的“设置”——“固定链接”,自定义结构:/%category%/%post_id%.html 即:分类/文章id.html
wordpress的固定链接形式。网上常见的几种设置方法:
/%year%/%monthnum%/%day%/%postname%/
/%year%/%monthnum%/%postname%/
/%year%/%monthnum%/%day%/%postname%.html
/%year%/%monthnum%/%postname%.html
/%category%/%postname%.html
/%category%/%post_id%
/%postname%.html
/%post_id%.html


![陶喆所有专辑歌曲[1997-2020全集][无损FLAC/MP3/7.45GB]百度云网盘下载-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/03/taoze.jpg)
![李志(2004-2021)所有歌曲合集打包[高品质MP3+无损FLAC+WAV/8.6GB]百度云网盘下载-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/04/00e2ede866202347-300x197.jpg)
![去有风的地方 OST》电视剧影视原声带[高品质MP3+无损FLAC/441MB]百度云网盘下载-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/12/20231212211852240-feng.png)
![《声生不息·宝岛季》第1-12期[高品质MP3+无损FLAC]百度云网盘下载-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/03/a58a440f0a224752.jpg)

![达明一派[1986-2021年]所有专辑歌曲打包[高品质MP3+无损FLAC/WAV分轨/11.27GB]百度云网盘下载-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/06/669c9178a7104959-300x300.jpg)
![周杰伦[2000-2022]所有专辑全部歌曲合集打包[无损FLAC格式]-优歌](https://yogoe.cn/wp-content/uploads/2023/01/2021072010005692-300x242.jpg)
![2022年08月《抖音热歌排行榜550首》[高品质MP3-320K/4.71GB]-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/02/douyin.webp)
![妙音唱片 – 绝对发烧1-25[WAV+CUE/18.7G]百度云-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/02/20240317164501178-cover-300x270.png)
![Beyond《精选经典100首》音乐合集[无损FLAC+高品质MP3+无损FLAC/3.85GB]百度云网盘下载-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/02/ban.jpg)
![许巍[1997-2018]所有专辑歌曲合集打包[高品质MP3+无损FLAC/5.62GB]-优歌](https://www.yogoe.cn:8/wp-content/uploads/2023/02/timg-2.jpg)
- 最新
- 最热
查看全部