Apache 2 rewrite URL to SSL based on domain name
I use apache 2 on Debian 7.
I have an online tool installed at - let's say - tool.myurl.net I do have
a certified wildcard SSL certificate for *.myurl.net
I also configured the vhost in Apache to listen to tool.anotherurl.com
using ServerAlias But I do not have a valid SSL certificate for that url
SO: I need a rewrite rule that redirect http://tool.myurl.net to BUT NOT
when people visit http://tool.anotherurl.com
Is this possible?
thanks in advance!
No comments:
Post a Comment