问题
Here is my .htaccess
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.vibratape\.de$ [NC]
RewriteRule ^ https://www.vibratape.de%{REQUEST_URI} [R=301,L,NE]
There are this domain...
- vibra-tape.de
- vibra-tape.com
- vibratape.com
- vibratape.de (this is the goal domain)
Every combination work except one. If you enter a none goal domain with https... exmpl.
https://www.vibratape.com
来源:https://stackoverflow.com/questions/55757719/htaccess-how-to-redirecting-multiple-domains-in-all-variations-to-one-domain-wit