Subhransu Mishra
Subhransu Mishra

Reputation: 3071

Url masking with domains in different server

I have domain.com and redirected it to domain2.com (which is in a different server) with .htaccess. but masking seams to be little difficult as they a re in different servers . How to do the domain masking . Any possible way to do that (may be php, .htaccess or anything else) . I bought hosting for domain.com from a private domain register.

Upvotes: 1

Views: 878

Answers (1)

Estefano Salazar
Estefano Salazar

Reputation: 419

To masking, the domains must be in the same server. In the Apache configuration, the alias of your first domain must have the other domain. In some hosting panels, this options appears as "Parking Domains"

Upvotes: 2

Related Questions