Forum Moderators: phranque

Message Too Old, No Replies

Using htaccess to control other domain

         

kadnan

12:32 pm on Oct 23, 2010 (gmt 0)

10+ Year Member


Hi

My website is using CDNs for delivering static resources. Now in order to use the facility of using multiple subdomains for parallel data loading,I want to add subdomains via htaccess like 1.mycdn.com and 2.mycdn.com.Now I wonder whether I can use my htaccess which is hosted on myserver.com to make subdomains of CDN if not then what's the solution?

Thanks

jdMorgan

3:34 pm on Oct 23, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A .htaccess file "controls" only the directory (and the subdirectories of that directory) on the server where it is located.

Contact your content-delivery provider to see if they can help you with additional "channels."

Jim

kadnan

10:01 am on Oct 24, 2010 (gmt 0)

10+ Year Member



Thanks