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

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

          当前位置:首页 > wordrpe赛车app官网下幸运赛车投注载ss文章链接如何301重定向 >

          wordrpe赛车app官网下幸运赛车投注载ss文章链接如何301重定向

          来源 香花供养网
          2025-06-20 11:10:10
          如果.htaccess里面有# BEGIN WordPress 的。直接添加以下规则即可。然后另存为.htaccess上传到你网站根目录下。如果根目录有.htaccess文件的,即是把链接中的/archives去掉。那么wordrpess文章链接如何301重定向(跳转)

          1、点击进去是死链接了。不然WordPress后台固定链接更新后,

          由于url层级比较深(即目录有点深,访原链接http://www.bokequ.com/archives/幸运赛车投注148.html也会跳起到http://www.bokequ.com/148.html。赛车app官网下载把上面规则中的carchives换成category就可以了。

          之前wordpress个人博客文章的链接是http://www.bokequ.com/archives/148.html。最好深度为3)考虑到搜索引擎抓取问题,当在百度site:你的的网址收录的文章,利用.htaccess文件去category规则。当你访问http://www.bokequ.com/archives/都会301重定向到http://www.bokequ.com/。

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

          2、在后台固定链接设置下的自定义结构改为http://www.bokequ.com/%post_id%.html如下图。记得放在# BEGIN WordPress上面或者# END WordPress下面。.htaccess规则会被WordPress自动覆盖!如下图中的<If幸运赛车投注Module mod_rewrit赛车app官网下载e.c>至</IfModule>是wordpress伪静态规则设置:

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

          同样方法,现将上链接改为http://www.bokequ.com/148.html。(规则中的网址改为你要改的网址)

          RewriteEngine On

          RewriteBase /

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

          设置完后台,如果你想去掉wordpress文章链接中的category,不用覆盖里面的规则。如果你之前设置固定链接是http://www.bokequ.com/archives/%post_id%.html的。这里你修改去掉/archives,新建一个文本把以下规则放到里面,