我有多个域名,例如:
exempale.com
和anotherexempale.net
以及thisistotallydifferent.org
我想将所有访问者重定向到一个域,让我们说exempale.com
,但我想保留原始域,以便获得exempale.com/thisistotallydifferent.org
或PHP变量也很好。
我想这样做是为了监控最常找到或使用的域。我遇到的另一个问题是它是很多域名的列表,我不想为每一个域写一个重写规则。
服务器正在运行centos 7,lighttpd和php7.1。 如果使用lighttpd无法做到这一点,我愿意切换到apache或nginx。