Okay, I tried to do that. I set up google.jeffreycjacobs.com to CNAME forward to forward.jeffreycjacobs.com, which is a domain, and also a site and that site is attached to Apache. In the Apache root, I created a .htaccess
file which has:
RewriteEngine on
RewriteRule ^(.*)$ https://www.google.com/?q="+TimeHorse" [R=302,L]
When I try to visit either https://google.jeffreycjacobs.com/ or https://forward.jeffreycjacobs.com/, I get a default page:
🎉 Good news!
This site is hosted at (((Opalstack!
🤔 Not what you expected?
If this message isn't what you were expecting to see here then please contact Opalstack Support for assistance.
And here I am! Why didn't it go to the google search I have in my .htaccess file with the catch-all redirect?
Jeffrey