redirect - How to access a subfolder from a subdomain? -


i have subdomain named: www.childsite.com subfolder of www.mymainsite.com

i have created subfolder called "dashboard" , put in domain folder, can access using www.mymainsite.com/dashboard without problems.

what wanted put "dashboard" folder in subdomain (www.childsite.com) folder structure be: mymainsite.com - childsite.com -dashboard

but when accessed wwww.childsite.com/dashboard gives me "page not found" error...

in iis:

create folder out site root directory, if possible. call childsite. in dns, have set cname record childsite.mainsite.com. on server, if running iis, create new site host name set childsite.mainsite.com. root directory new site should folder named childsite. if folder named childsite isn't located in root directory of mainsite.com users cannot access going mainsite.com/childsite/ put folder dashboard within childsite folder , should set 1 dns records take effect. (if you're not hosting dns yourself.)


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -