Hi, how I can set an specific ip address depending on the url requested?
For example, we need:
- mysite.com/specific.php points to 123.123.123.123 (while general site points to another ip)
Please note that we don’t want to forward request to another url responding to the user with some code like 301, we need to “resolve” the user request to a specific ip.
We have tried to create an A record setting “mysite.com/specific.php” as “Name”, however this is not possible.
Thanks!