Replies: 1 comment 2 replies
-
You can just create a primary zone for the domain you require and then add an A record with the IP address of your web server. One the web server, you will have to configure virtual host so that the domain is identified by the web server and the relevant pages are shown. Otherwise, the default website on your web server will be displayed. If you wish to only redirect for a particular domain or its subdomain such that rest all other records should resolve normally then create a conditional forwarder zone for the domain instead. Use "this-server" as while creating the zone as the forwarder so that all requests are forwarded internally while you can add A record or any other record which overrides the domain's existing record. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to redirect for example: requirement google.com And redirect mywebsite or my local apache (localhost)
Beta Was this translation helpful? Give feedback.
All reactions