【发布时间】:2021-05-02 02:06:08
【问题描述】:
我有这个 .htaccess。 我想要:
- 他会直接从www.domena.pl 到domena.pl(我已经完成了) 始终指向 https
- 进入domena.pl/index php或index html后->重定向到https domena.pl
我该怎么做?
我的过程:
RewriteEngine On
# Redirect to non www
RewriteCond% {HTTP_HOST} ^ www.domena.pl $ [NC]
RewriteRule ^ (. *) $ Https://domena.pl/$1 [R = 301, L]
【问题讨论】:
-
stackoverflow.com/questions/19230909/… 这能回答你的问题吗?
-
@GertB 我已从 www 重定向到无 www 和 https。我需要从 domain.com/index.php / index.html 重定向到 domain.com