Subj : HTML To : Angus McLeod From : Grymmjack Date : Mon Jul 25 2005 08:55 pm Re: HTML By: Angus McLeod to Frank on Tue Jul 19 2005 10:56 pm > Re: HTML > By: Frank to All on Tue Jul 19 2005 18:24:00 > > > Due to restrictions on the firewall for my router all HTML script > > MUST be run from the BBS machine. This leaves my script running on > > one machine and the files I need it to call on another. Can what I > > am trying to do be done with HTML? > > So let the script on bbsmachine.com generate code with tags that > reference the images on othermachine.com for the graphics. > > but then he'd be running 2 servers. just use an apache alias directive and a hardlink in linux or a networked map drive in windows. alias can exist outside of docroot :) and it's supported in all levels that are useful; virtualhost, etc. - grymmjack .