.htaccess隐藏wordpress中的子文件夹URL

时间:2016-11-21 18:54:09

标签: php wordpress .htaccess url-rewriting url-redirection

我使用网址的WordPress网站: http://thelaptopsolutions.in/Laptop%20Solution/

此工作正常,但网址现在显示http://thelaptopsolutions.in/Laptop%20Solution/,但我希望它显示http://thelaptopsolutions.in

这是我当前的htaccess代码

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Laptop%20Solution/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /Laptop%20Solution/index.php [L]
</IfModule>

# END WordPress

提前致谢..

1 个答案:

答案 0 :(得分:0)

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

  1. 登录管理信息中心。
  2. 转到设置&gt;一般
  3. 在WordPress地址(URL)字段中输入http://www.example.com/site
  4. 在网站地址(网址)字段中输入http://www.example.com
  5. 保存更改,你应该好好去。