I must not be getting it!! I have put the <select></select> statement as
described below in the anlgform.html
<select NAME="LOGFILE">
<option value="/path/to/log/file
http://www.domain1.com">DOMAIN1</option>
<option value="/path/to/log/file
http://www.domain2.com">DOMAIN2</option>
<option value="/path/to/log/file
http://www.domain3.com">DOMAIN3</option>
</select>
I changed all of the path and domains to reflect my system. It still
does not work? What should be in the analog.cfg file? as of now it
reads:
#LOGFILE
HOSTNAME "webintention.com"
#REFINCLUDE pages
LINKINCLUDE pages
REFLINKINCLUDE pages
ALL OTHER OPTIONS BELOW
Should I put something in this file? and if so, what? Or is there
something I need to change in the /cgi-bin/.pl file?
Thank You Everyone for your assistance!!!
Blake Starkenburg
Jeremy Wadsack wrote:
>
> Blake Starkenburg wrote:
>
> > Hello
> > Stephen Turner answered the question I had about virtual domains and the
> > web. However I am still a little confused as to the values of the select
> > statement? If someone could look at the configuration I have below, and
> > let me know if this would be correct?
> >
> > IN THE ANALOG CONFIG FILE:
> > LOGFILE /path/to/log/file http://www.domain1.com
> > LOGFILE /path/to/log/file http://www.domain2.com
> > LOGFILE /path/to/log/filr http://www.domain3.com
> >
> > IN THE ANALOG FORM (html form)
> > <select NAME="LOGFILE">
> > <option value="http://www.domain1.com">DOMAIN1</option>
> > <option value="http://www.domain2.com">DOMAIN2</option>
> > <option value="http://www.domain3.com">DOMAIN3</option>
> > </select>
> >
>
> I think you want something more like this:
>
> <select NAME="LOGFILE">
> <option value="/path/to/log/file http://www.domain1.com">DOMAIN1</option>
> <option value="/path/to/log/file http://www.domain2.com">DOMAIN2</option>
> <option value="/path/to/log/file http://www.domain3.com">DOMAIN3</option>
> </select>
>
> HTH,
>
> --
> Jeremy Wadsack
> Digital Media Consultant
> ___________________________
> Wadsack-Allen Digital Group
> http://www.wadsack-allen.com/digitalgroup/
>
> ------------------------------------------------------------------------
> This is the analog-help mailing list. To unsubscribe from this
> mailing list, send mail to [EMAIL PROTECTED]
> with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
> List archived at http://www.mail-archive.com/[email protected]/
> ------------------------------------------------------------------------
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------