I did a little hack for a golf site I built a couple years ago not in
Fusebox though....
I placed this code into the Application.cfm
<CFPARAM name="getvars" default="#cgi.path_info#">
<CFLOOP index="i" list="#getvars#" delimiters="/">
<CFOUTPUT>
<CFIF i CONTAINS "=">
<CFSET "#listgetat(i,1,"=")#" = "#listgetat(i,2,"=")#">
</CFIF>
</CFOUTPUT>
</CFLOOP>
and just referenced the links like this
index.cfm/action=foo
I'm sure with a little tweaking this should be adoptable.
Frank
-----Original Message-----
From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 07, 2000 2:41 PM
To: Fusebox
Subject: Re: Spidering issues...
It doesn't unfortunately. At least not yet.
----- Original Message -----
From: "Kola Oyedeji" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 11:05 AM
Subject: RE: Spidering issues...
> As a newbie i was wondering how fuseboxers address this?
>
> -----Original Message-----
> From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
> Sent: 07 December 2000 14:53
> To: Fusebox
> Subject: Re: Spidering issues...
>
>
> Spidiring is having a search engines "spider" aka scripts look at your
> homepage and then follow all of the different links to the other pages and
> then doing the same thing for each of those pages. The problem is that
most
> spiders look at index.cfm and index.cfm?action=foo as the same thing. I
> hope I explained it well enough. :)
>
>
>
>
>
> ----- Original Message -----
> From: "Donald Pavlik" <[EMAIL PROTECTED]>
> To: "Fusebox" <[EMAIL PROTECTED]>
> Sent: Wednesday, December 06, 2000 7:49 PM
> Subject: Re: Spidering issues...
>
>
> > I have a small Question, what is spidering and what advantages does it
> have?
> > I am curious, I like to learn about everythign that can possibly help
> > increase my productivity:)
> >
> > Donald Pavlik
> > ----- Original Message -----
> > From: "Stephanie Nordenhaug" <[EMAIL PROTECTED]>
> > To: "Fusebox" <[EMAIL PROTECTED]>
> > Sent: Wednesday, December 06, 2000 2:20 PM
> > Subject: Spidering issues...
> >
> >
> > > Hello all,
> > >
> > > Recent article in CFDJ says something about Fusebox not being able to
> > handle
> > > spidering as well. Has anyone gotten around this issue? If so, tell
your
> > > secrets... ;-)
> > >
> > > (apologies if this was dicussed before... I'm on digest)
> > >
> > > Thanks,
> > > Stephanie
> > >
> > > Stephanie Nordenhaug
> > > Web Developer
> > > [EMAIL PROTECTED]
> > > Atlanta, Georgia
> > >
> > >
> > >
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists