user3722246
user3722246

Reputation:

Point subdomain to another domain in the server

I have a server with Plesk and CentOS.

http://cdn.oyunlar1.com/images/8836.jpg file is located in server A.

http://www.oyunlar1.com/modaokulu.html file is located in server B.

I basically want the same thing except I want to locate media files in a different domain instead of different server. Like this:

user visits cdn.mydomain.com/file.swf

but they actually read files from mydomain2.com/file.swf

I tried changing IP of A record of the subdomain to mydomain2.com's IP but it didn't work.

How can I do it?

Edit: I want to do this because it will help me to change my hosting provider very quickly and easily becuse media files are +100GB and the rest is like 10MB.

Upvotes: 0

Views: 1486

Answers (1)

user3722246
user3722246

Reputation:

Solution was simply adding CNAME record to mydomain.com of mydomain2.com and using htaccess at mydomain2.

Upvotes: 1

Related Questions