Yes, I use one set of tafs for multiple sites. You need to just make sure the site key is available. I set a user variable to identify the site.
Regarding include files (HTML, txt, scripts, CSS, images) you can store them in the file system if you don't want to use the db, and then have another user variable that points to the absolute path of these files. For tafs that are invoked external (by the browser) you can also use apache <Location> or <Directory> directives in httpd.conf. >W2K Server, R:Tango 2000, R:Base 6.5 > >Working on rewriting one of my app's to this concept. > >Is there any way to access taf's located outside the root directory of a >site? It seems all the applicable tags are relative to the root. > >I realize I need to assign a user site id based on <@CGIPARAM >NAME=SERVER_NAME> for selecting site variables, db, etc. I assumed I would >still have a separate root folder for each site, but I can't figure out how >to access taf's outside the root. > >Or is the way to do this is have all the sites (domains) point to the same >root folder and not have unique roots folders for each site. > >Thanks for the advise. > >Steve Fogelson >Internet Commerce Solutions >________________________________________________________________________ >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax: 650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web: http://www.tothept.com ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
