Slightly odd request so please bear with me…
I have a site running EE in the domain root, and another PHP application in a subdomain. So:
http://domain.com (EE)
http://app.domain.com (non-EE)
What I would like is for the subdomain site to inherit the dynamic content (E.g. navigation menus, channel content) to make the two sites as seamless as possible.
My host doesn’t support curl, which put an end to my plans of simply opening a connection to the EE template url’s.
I’m now toying with the idea of (somehow) saving the template output to a file on the server.
Does this seem feasible? Are there any better solutions?