I have a server NEcomputer and want to redirect any user that types the servername or ME.org to another URL URL.org/VR.
I have a rule that says
{HTTP_HOST}
Matches Pattern ^NEcomputer$
then the redirect to url.That part redirects me where I want. But when I add another rule exactly the same with the match pattern of ME.org it will not redirect me.
What am I doing wrong? Is it because ME.org is not the FQDN of the server?