我已将我的网站子域名转移到主要的public_html目录, 但是根目录下的所有文件链接都是子目录,这里是我的.htaccess
polestarllp.com主目录的新htaccess代码是什么
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /polestarnew/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /polestarnew/index.php [L]
</IfModule>
# END WordPress
答案 0 :(得分:0)
.htaccess
主目录 的 polestarllp.com
代码
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
您还需要将数据库 wp_options 表格siteurl
和home
更改为新网站网址