Hi,

I can't get my head around how I should build a mobile site using the same core and DB. What I want is:
-example.com/base
- example.com/mobile

I would like that, if a user is found to use a mobile, he is redirected to example.com/mobile in which the theme is the nokia theme.

I don't understand how to do this. What files should I add to my:
- public_html/mobile

I tried to move the sites/default/settings.php in to public_html/mobile, but I do not get anything, I only get a directory list. In other words, the files of the public_html/base are not loaded. Anyone a cler tutorial/description on how to do this?

Comments

dakke’s picture

EDIT: sometimes things are easy. Only thing I had to do was to create a symlink. I had to go through a cron job to get it working, for I am on a shared host with no ssh access. But it worked, so all good now.

devin carlson’s picture

Status: Active » Closed (fixed)

As per #1, it looks like the problem outlined in the original issue was solved.