我使用网址的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
提前致谢..
答案 0 :(得分:0)
我建议你不要弄乱.htaccess文件的内容。还原您对此文件所做的更改,并按照简单的步骤进行操作。
保存更改,你应该好好去。