Small Challenge for expert Web developers

nisar75

Regular Member
Joined
Sep 28, 2013
Messages
389
Reaction score
74
I will try my best to explain it to you,i have created subdomain hotels.mydomain.com on my hosting which shows hotels search widget . my question is how to import this subdomain hotel.mydomain.com as a page on my wordpress site, let suppose page url is www.mydomain.com/hotel which link is subdomain. and when we open this page it shows search widget which is on subdomain hotel.mydomain.com and when we search any hotel it does not redirect to hotel.mydomain.com but show all hotel results on this same page www.mydomain.com/hotel without changing url on top.
 
simple is how to ad subdomain into domain as a page, still looking for help
 
honestly, I don't like using iframes. answer my question ;)
 
i don't really understand the problem either. you can however always simple include the files to your wordpress theme. simply check the page slug, and if it matches "hotels" do a simple include('path/to/subdomain/index.php')
 
<iframe src="hotels.mydomain.com" height="100%" width="100%" style="border:none;></iframe> as a none technical solution.

just like embedding a youtube video
 
i don't really understand the problem either. you can however always simple include the files to your wordpress theme. simply check the page slug, and if it matches "hotels" do a simple include('path/to/subdomain/index.php')
this is the search widget https://brands.datahc.com/ and i pointed this widget on my domain as hotels.mydomain.com , i just want to place this sub domain widget in to my domain as /www.mydomain/searchwidget, in a way that it shows all search result under this link /www.mydomain/searchwidget, but not to redirect to hotels.mydomain.com
 
this is the search widget https://brands.datahc.com/ and i pointed this widget on my domain as hotels.mydomain.com , i just want to place this sub domain widget in to my domain as /http://www.mydomain/searchwidget, in a way that it shows all search result under this link /http://www.mydomain/searchwidget, but not to redirect to hotels.mydomain.com
PM me if you want me to take a look for you
 
Back
Top