主域名被重定向后,URL仍包含子目录

时间:2017-05-20 02:34:39

标签: wordpress .htaccess

你能告诉我我需要编辑的内容,以便我的URL不包含它所在的子目录吗?

# Justhost.com 
# .htaccess main domain to subdirectory redirect 
# Do not change this line. 
RewriteEngine on 
# Change example.com to be your main domain. 
RewriteCond %{HTTP_HOST} ^(www.)?espritministries.com$ 
# Change 'subdirectory' to be the directory you will use for your main 
domain. 
RewriteCond %{REQUEST_URI} !^/wordpress2/
# Don't change the following two lines. 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
# Change 'subdirectory' to be the directory you will use for your main 
domain. 
RewriteRule ^(.*)$ /wordpress2/$1 
# Change example.com to be your main domain again. 
# Change 'subdirectory' to be the directory you will use for your main 
domain 
# followed by / then the main file for your site, index.php, index.html, 
etc. 
RewriteCond %{HTTP_HOST} ^(www.)?espritministries.com$ 
RewriteRule ^(/)?$ wordpress2/index.php [L]

我是从主持人那里得到的。

1 个答案:

答案 0 :(得分:0)

知道了,它只是设置中的设置>一般。我更改了网站网址和wordpress网址