Setting up my site for multiple sub sites

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

I have created a structure on my site at home/LAN where I can type
MYMACHINE/MAINSITE/SITE_A and I go into SITE_A having a specific set of
session variables. Alternatively I can go to MYMACHINE/MAINSITE/SITE_B and
have my separate set of session variables.

The problem I'm having is that this same structure does not work at my ISP
(off the wwwroot/MAINSITE/SITE_A).

How do I get this to work the way it does on my home P.C.?

Regards
John.
 
Well the first thing you'd need to know was whether your ISP supports
session state. Many dont, so i'd start there.

hth
Richard
 
You should check with your ISP that both SITE_A and SITE_B directories
are configured as applications, not just subdirs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top