I have a website that consists of about 8 weblogs, pretty much a standard EE 1.6 install. The templates are all designed to work in regular browsers.
I would like to display the same content in a more mobile-device friendly format, without changing the various URLs I have embedded in the weblog entries. The embedded URLs are of the form “{path=template_library/template}entry_id” or “{site_url}/folder/”.
My thought is that I can set up another domain: http://mobile_device.mysite.com using MSM, and point it to the existing weblogs. The template library and templates in the new site would have the same names as the template library templates in the original site, but of course would be laid out differently, with different style sheets.
Is this a reasonable way to proceed? What other methods are possible?
Thanks