Brain
Thanks for replying.
I think I may not have worded my question clearly...'
If I have web site ...
mysite.abc.com
In the htaccess on that page I put something like ... Require def.com
And I want users from a link on the page somesite.def.com to be able to access mysite.abc.com
by clicking on that link
But I dont want anyone from a link on a site named somesite.xyz.com to be able to access
the homepaage on mysite.abc.com. I want to redirect them to mysite.abc.com/info.html
So any domain not explicitly listed in htaccess file will get redirected.
From: Brian Wolfe <wolfebrian2120@xxxxxxxxx>
Sent: Friday, December 16, 2022 4:08 PM To: jbrose@xxxxxxx.invalid <jbrose@xxxxxxx.invalid> Cc: users@xxxxxxxxxxxxxxxx <users@xxxxxxxxxxxxxxxx> Subject: Re: Controlling access to web site based on domain name
Have you looked into virtual hosts configurations?
On Fri, Dec 16, 2022 at 4:01 PM Rose, John B <jbrose@xxxxxxx.invalid> wrote:
|