<code id='AE196F31D2'></code><style id='AE196F31D2'></style>
    • <acronym id='AE196F31D2'></acronym>
      <center id='AE196F31D2'><center id='AE196F31D2'><tfoot id='AE196F31D2'></tfoot></center><abbr id='AE196F31D2'><dir id='AE196F31D2'><tfoot id='AE196F31D2'></tfoot><noframes id='AE196F31D2'>

    • <optgroup id='AE196F31D2'><strike id='AE196F31D2'><sup id='AE196F31D2'></sup></strike><code id='AE196F31D2'></code></optgroup>
        1. <b id='AE196F31D2'><label id='AE196F31D2'><select id='AE196F31D2'><dt id='AE196F31D2'><span id='AE196F31D2'></span></dt></select></label></b><u id='AE196F31D2'></u>
          <i id='AE196F31D2'><strike id='AE196F31D2'><tt id='AE196F31D2'><pre id='AE196F31D2'></pre></tt></strike></i>

          当前位置:首页 > wordrpe壹号娱乐ss文章链接如何301重定向巅峰国际下载app >

          wordrpe壹号娱乐ss文章链接如何301重定向巅峰国际下载app

          来源 轻车熟路网
          2025-06-21 15:24:05
          然后另存为.htaccess上传到你网站根目录下。点击进去是死链接了。如果根目录有.htaccess文件的,

          在后台固定链接设置下的自定义结构改为http://www.bokequ.com/%post_id%.html如下图。(规则中的网址改为你要改的网址)

          RewriteEngine On

          RewriteBase /

          RewriteRule ^archives/(.+)$ http://www.bokequ.com/$1 [R=301,L]

          设置完后台,那么wordrpess文章链接如何301重定向(跳转)

          1、由于url层级比较深(即目录有点深,最好深度为3)考虑到搜索引擎抓取问题,不然WordPress后台固定链接更新后,

          之前wordpress壹号娱乐个人博客文章的链接是http://www.bokequ.com/archives/148.html。巅峰国际下载app.htaccess规则会被WordPress自动覆盖!如下图中的<IfModule mod_rewrite.c>至</IfModule>是wordpress伪静态规则设置:

          wordrpess文章链接如何301重定向-图片2

          同样方法,访原链接http://www.bokequ.com/archives/148.html也会跳起到http://www.bokequ.com/148.html。现将上链接改为http://www.bokequ.com/148.html。如果你之前设置固定链接是http://www.bokequ.com/archives/%post_id%.html的。利用.htaccess文件去category规则。如果.htaccess里面有# BEGIN WordPress 的。当在百度site:你的的网址收录的文章,这里你修改去掉/archives,把上面规则中的carchives换成category就可以了。即是把链壹号巅峰国际下载app娱乐接中的/archives去掉。新建一个文本把以下规则放到里面,如果你想去掉wordpress文章链接中的category,直接添加以下规则即可。记得放在# BEGIN WordPress上面或者# END WordPress下面。当你访问http://www.bokequ.com/archives/都会301重定向到http://www.bokequ.com/。不用覆盖里面的规则。

          wordrpess文章链接如何301重定向-图片1

          2、