我在我的.htaccess文件中有以下条件。我试图将http页面重定向到https。但没有运气。不知道下面有什么问题:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Redirect http://mydomain.archinit.com/landing-page/ https://www.newdomain.com/insights/spotlight-on/landing-page
任何帮助如何解决这个pls?
1条答案
按热度按时间bvhaajcl1#
.htaccess
的位置把你的
.htaccess
文件放在你的网站的文件夹里(和index.php
/index.html
等放在一起)!你不需要做任何事情来运行它。你只需要把它放在正确的地方,在web服务器调用的文件旁边!编码到
.htaccess
如果还是不行...
如果它仍然不起作用,那么问题不在于.htaccess文件,而在于服务器设置。
如果没有更多的信息,我不会开始猜测。