Question : Domain name zone file: redirect a domain name to another ?

Hello, I have a domain name (domain1.com) with storage and another domain name (domain2.com) without storage.
I need the files of domain1.com to be accessible using domain2.com example: if I download the file domain2.com/file I'll invisibily get domain1.com/file

I have access to the zone file of the 2 domains but am limited on the domain1 zone file, and not limited on the domain2 zone file.

How must I configure ?

Thanks

Answer : Domain name zone file: redirect a domain name to another ?

You should just be able to modify the A records for domain2.com to match the IP used in the A records for domain1.com. So for example:

If this is the record for domain1

;; ANSWER SECTION:
www.domain1.com.  00000   IN      A       00.00.000.000

domain2 would be

;; ANSWER SECTION:
www.domain2.com.  00000   IN      A       00.00.000.000
Random Solutions  
 
programming4us programming4us