• <i id='4q3CP'><tr id='4q3CP'><dt id='4q3CP'><q id='4q3CP'><span id='4q3CP'><b id='4q3CP'><form id='4q3CP'><ins id='4q3CP'></ins><ul id='4q3CP'></ul><sub id='4q3CP'></sub></form><legend id='4q3CP'></legend><bdo id='4q3CP'><pre id='4q3CP'><center id='4q3CP'></center></pre></bdo></b><th id='4q3CP'></th></span></q></dt></tr></i><div id='4q3CP'><tfoot id='4q3CP'></tfoot><dl id='4q3CP'><fieldset id='4q3CP'></fieldset></dl></div>
      <bdo id='4q3CP'></bdo><ul id='4q3CP'></ul>
    <legend id='4q3CP'><style id='4q3CP'><dir id='4q3CP'><q id='4q3CP'></q></dir></style></legend>

    <tfoot id='4q3CP'></tfoot>

        <small id='4q3CP'></small><noframes id='4q3CP'>

      1. 使用 htaccess 从 WordPress 站点中删除子文件夹名称

        时间:2023-10-12
          <bdo id='02DX4'></bdo><ul id='02DX4'></ul>

              <tbody id='02DX4'></tbody>
          • <tfoot id='02DX4'></tfoot>

                <i id='02DX4'><tr id='02DX4'><dt id='02DX4'><q id='02DX4'><span id='02DX4'><b id='02DX4'><form id='02DX4'><ins id='02DX4'></ins><ul id='02DX4'></ul><sub id='02DX4'></sub></form><legend id='02DX4'></legend><bdo id='02DX4'><pre id='02DX4'><center id='02DX4'></center></pre></bdo></b><th id='02DX4'></th></span></q></dt></tr></i><div id='02DX4'><tfoot id='02DX4'></tfoot><dl id='02DX4'><fieldset id='02DX4'></fieldset></dl></div>
                <legend id='02DX4'><style id='02DX4'><dir id='02DX4'><q id='02DX4'></q></dir></style></legend>
              • <small id='02DX4'></small><noframes id='02DX4'>

                  本文介绍了使用 htaccess 从 WordPress 站点中删除子文件夹名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我已将 WordPress 移动到名为 /site 的子文件夹中,但 URL 现在显示为 http://www.example.com/site.我希望它在没有 /site/ 子目录的情况下显示.

                  I've moved WordPress into sub-folder named /site but the URL now shows http://www.example.com/site. I want it to show without the /site/ subdirectory.

                  这是我当前的 .htaccess 代码

                  RewriteEngine On
                  RewriteBase /site/
                  RewriteRule ^index.php$ - [L]
                  RewriteCond %{REQUEST_FILENAME} !-f
                  RewriteCond %{REQUEST_FILENAME} !-d
                  RewriteRule . /site/index.php [L]
                  

                  如何从可见 URL 中删除物理子目录?

                  How do I remove the physical subdirectory from the visible URL?

                  推荐答案

                  我建议您不要弄乱 .htaccess 文件的内容.恢复您对此文件所做的更改并按照简单的步骤进行操作.

                  I advice you against messing up the contents of the .htaccess file. Revert the changes that you've made to this file and follow the simple procedue.

                  1. 登录管理仪表板.
                  2. 转到设置">常规"
                  3. 在 WordPress 地址 (URL) 字段中输入 http://www.example.com/site
                  4. 在站点地址 (URL) 字段中输入 http://www.example.com

                  保存更改,您应该就可以开始了.

                  Save the changes and you should be good to go.

                  这篇关于使用 htaccess 从 WordPress 站点中删除子文件夹名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Apache Mod 重写:带有 L 参数的 RewriteRule.怎么了? 下一篇:重写包含问号的 URL

                  相关文章

                    • <bdo id='AROdG'></bdo><ul id='AROdG'></ul>
                  1. <legend id='AROdG'><style id='AROdG'><dir id='AROdG'><q id='AROdG'></q></dir></style></legend><tfoot id='AROdG'></tfoot>

                    <i id='AROdG'><tr id='AROdG'><dt id='AROdG'><q id='AROdG'><span id='AROdG'><b id='AROdG'><form id='AROdG'><ins id='AROdG'></ins><ul id='AROdG'></ul><sub id='AROdG'></sub></form><legend id='AROdG'></legend><bdo id='AROdG'><pre id='AROdG'><center id='AROdG'></center></pre></bdo></b><th id='AROdG'></th></span></q></dt></tr></i><div id='AROdG'><tfoot id='AROdG'></tfoot><dl id='AROdG'><fieldset id='AROdG'></fieldset></dl></div>

                    1. <small id='AROdG'></small><noframes id='AROdG'>