Hi All

Firstly - I have no idea if this is the right place to post this so apologies if it needs to be somewhere else but Path-auto seemed to be a reasonable place to start.

I have a Drupal 7 site and on the homepage a colorbox webform pops up for the visitor to indicate whether they are interested in sitearea A or sitearea B. They click the relevant radio button and on they go.

From that point onwards I want all the url aliasing to be prefaced with sitearea_a/ or sitearea_b - depending on what they've selected in the webform. I'm assuming that this is achievable but have no real idea how.

The problem is that some content on the site is common to both areas a and b - and some content is tailored to each site area but keeping the two user visits entirely separate is proving tricky - but I'm thinking if I can get some cookie/token-based aliasing working then I don't need to worry. My other option is to duplicate all site content including the common areas with separately aliased URLs and am obviously keen to avoid that.

Any suggestions gratefully received.

thearg