Fred,
I tried what you suggested (hard coded path) and I still have a no go. Here
are the steps in detail:
1. created a folder called "modules" in my web root.
2. moved the FormURL2Attributes.cfm file into the modules folder.
3. added the line "<cfmodule template="../modules/FormURL2Attributes.cfm">"
in my app_globals.cfm file.
4. note that I am working in a subfolder off of my root.
Once this is done, I still cannot call pages with index.cfm/ds/main but i
can still call them with index.cfm?ds=main. Just another note, I have
renamed "fuseaction" to "ds". Thanks again
Sincerely,
Shane Witbeck
Webmaster
[EMAIL PROTECTED]
www.digitalsanctum.com
-----Original Message-----
From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 25, 2000 2:43 PM
To: [EMAIL PROTECTED]
Subject: Re: FormURL2Attriutes work around
Let me say what I meant a different way.
create a folder in your application's root called either "modules" or
"customtags".
<cfmodule template="#request.cfroot#customtags/formurl2attributes.cfm>
or if you needed to used say the bodycontent tag which needs a closing tag
<cfmodule template="#request.cfroot#customtags/bodycontent.cfm">
<cfswitch expression="#attributes.fuseaction#">
<cfcase value="blah">
<!--- whatever --->
</cfcase>
</cfswitch>
</cfmodule>
The request.cfroot is just a mapping variable I set in an app_server.cfm
file. you could just as easily hardcode your virtual paths.
../customtags/formurl2attributes
get the idea??
Fred
----- Original Message -----
From: "Shane Witbeck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 25, 2000 10:30 AM
Subject: RE: FormURL2Attriutes work around
> Fred,
>
> Thanks for the suggestion but I do not have access to the customtags
> directory and through some troubleshooting the reason for the
> formurl2attributes file not liking search engine friendly urls is because
> the cgi.path_info seems to be disabled.
>
> It would be great if the FormURL2Attriutes file could be rewritten for a
> shared environment and doesn't depend on the CGI variables to enable
search
> engine friendly urls...just a thought for Fusebox 3?
>
> Sincerely,
>
> Shane Witbeck
> Webmaster
> [EMAIL PROTECTED]
> www.digitalsanctum.com
>
>
>
>
> -----Original Message-----
> From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 25, 2000 10:22 AM
> To: [EMAIL PROTECTED]
> Subject: Re: FormURL2Attriutes work around
>
>
> Shane,
>
> you can use cfmodule to call formurl2attributes, if you do not want to
keep
> the tag in the same folder as the calling directory.
>
> i.e.
>
> <cfmodule template="#request.cfroot#customtags/formurl2attributes.cfm>
>
> ----- Original Message -----
> From: "Shane Witbeck" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 24, 2000 8:09 PM
> Subject: FormURL2Attriutes work around
>
>
> > I am trying to implement one of the uses of the formURL2Attributes.cfm
> file
> > which is to be able to use "index.cfm/fuseaction/main" instead of
> > "index.cfm?fuseaction=main". I am on a shared environment and would
really
> > like to use the "/" in place of "?" and "=".
> >
> > Anyone care to share a work around that does not involve access to the
> > custom tags folder and cf administrator. Thanks in advance.
> >
> > Sincerely,
> >
> > Shane Witbeck
> > Webmaster
> > [EMAIL PROTECTED]
> > www.digitalsanctum.com
> >
> >
> >
> >
> > -----Original Message-----
> > From: Ryan Williams [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 24, 2000 2:28 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: CFLOCATION issue
> >
> >
> > I have seen the term "search engine safe" several times in recent days.
> > This is the first time I have heard of this
> > concept. Would anyone be willing to mail me off list with a brief
> > explanation? Or even provide me with a URL
> > that would offer a more in-depth explanation? I don't want to take up
> this
> > lists time with "novice" questions that I could find the answer to with
a
> > little push in the right direction.
> >
> > By the way: I like the idea of the "fusewire" variable in multi level
> > fuseboxes, at least as far as I understand it. I am still not 100%
clear
> on
> > it but that will come with more time and practice. Thanks.
> >
> > Ryan Williams
> > [EMAIL PROTECTED]
> >
> > ----- Original Message -----
> > From: "Reynolds, Adam" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 24, 2000 10:06 AM
> > Subject: RE: CFLOCATION issue
> >
> >
> > > All spaces have been urlencoded, it's just that the CFLOCATION does
not
> > seem
> > > to want to work with the search engine safe parameter approach. Has
been
> > > resolved by editing the use of cflocation to use non-search engine
safe
> > > parameters.
> > >
> > > Adam Reynolds
> > > ColdFusion Consultant
> > > H.J. Heinz
> > > Tel.: +44 (0) 20 8756 5170
> > > Mob.: +44 (0) 7973 386620
> > >
> > > > ----------
> > > > From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> > > > Sent: 24 July 2000 13:54
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: CFLOCATION issue
> > > >
> > > > Adam,
> > > >
> > > > You shouldn't really have spaces anywhere in your URL as not all
> > browsers
> > > > handle them. I don't think IE even handled them well before version
3
> > > > (but
> > > > I could be wrong).
> > > >
> > > > If you do have spaces you can use a '+' in it's place, and when you
> > output
> > > >
> > > > the URL variable the '+' will automatically be turned back into a
> space.
> > > > I
> > > > use this a lot on http://www.cvstore.net on the menu bar.
> > > >
> > > > Hope that helps.
> > > >
> > > > Cheers
> > > >
> > > > Niklas
> > > > ColdFusion Consultant
> > > > Prismix Ltd
> > > >
> > > > UK ColdFusion User Group Co-Founder
> > > > www.cfug.co.uk
> > > >
> > > >
> > > > --------------------------------------------------------
> > > > Get free personalized email at http://lifetime.iname.com
> > >
> >
>
> --------------------------------------------------------------------------
> > > > ----
> > > > To Unsubscribe visit
> > > >
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> > or
> > > > send a message to [EMAIL PROTECTED] with
'unsubscribe'
> > in
> > > > the body.
> > > >
> > > **********************************************************************
> > > This email and any attachments are confidential and solely
> > > for the use of the intended recipient. They may contain
> > > material protected by legal professional or other privilege.
> > > If you are not the intended recipient or the person responsible
> > > for delivering to the intended recipient, you are not authorised
> > > to and must not disclose, copy, distribute or retain this email
> > > or its attachments. Although this email and its attachments
> > > are believed to be free of any virus or other defect, it is the
> > > responsibility of the recipient to ensure that they are virus free
> > > and no responsibility is accepted by the company for any
> > > loss or damage arising from receipt or use thereof.
> > >
> > > **********************************************************************
> >
>
> --------------------------------------------------------------------------
> > ----
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> > >
> >
>
> --------------------------------------------------------------------------
> --
> > --
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
>
> --------------------------------------------------------------------------
> ----
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --------------------------------------------------------------------------
--
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --------------------------------------------------------------------------
----
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.