I've been driving myself crazy trying to set up a mobile version of a Drupal 7 site - i've read that multisite might be a solution. What i'm trying to do is have two sites that use the same database - i've made a copy of the default sites directory and renamed it 'mobile'. I'm going on the idea that users on mobile devices will be redirected to mobile.mysite.com and Drupal multi-site will use the settings file in the mobile folder to change the theme of the mobile site. Things seem to be working partially - the mobile site is picking up some of the variance overrides that i've made in the settings file but the mobile site is having trouble picking up images stored in the style folder inside the default folder.
Looking at the image URL - on the main website, the URL is:
/sites/default/files/styles/medium/public
But on the mobile site the image URL is:
/sites/mobile/files/styles/medium/public/
is there a way that i can set the path to always use /default/ so the images work in the site using an alias?
I'm kinda new to Drupal so any help you can offer is appreciated.