我的.htaccess工作www.mywebiste.com,但在输入mywebsite.com时无法正常工作

时间:2016-09-27 16:15:17

标签: .htaccess

好的,在Cpanel工作,在publich_html

下使用FileZilla上传文件

我的.htaccess工作www.mywebiste.com但输入mywebsite.com时无法正常工作

我该如何解决?

这是我的代码:

RewriteEngine on
# Begin Muse Generated redirects
# End Muse Generated redirects
# Change default landing page
DirectoryIndex home
RewriteCond %{HTTP_HOST} ^www\.mywebsite\.com$
RewriteRule ^index\.html$ "http\:\/\/www\.mywebsite\.com\/home\/welcome"       [R=301,L]
RewriteCond %{HTTP_HOST} ^mywebsite\.com$ 
RewriteRule ^index\.html$ "http\:\/\/www\.mywebsite\.com\/home\/welcome" [R=301,L]

非常感谢。

0 个答案:

没有答案