Maybe I am missing something, but why are you appending these extensions
onto the URL?  It should end with the last variable's value, i.e.:
www.mysites.com/index.cfm/fuseaction/foo/  If you want to pass some more
variables, just add them on.

Like I said, maybe I am missing something, but it sounds like you're trying
to do something very strange.  Can you explain why you are putting the
display.cfm at the end of the URL?

-Bill
/intraget
----- Original Message -----
From: Brook Davies <[EMAIL PROTECTED]>
To: Fusebox <[EMAIL PROTECTED]>
Sent: Saturday, November 25, 2000 6:02 PM
Subject: search engine safe.....grrrr


> --=====================_2688055==_.ALT
> Content-Type: text/plain; charset="us-ascii"; format=flowed
>
> Hi all,
>
> I need your help, your insight into this problem. I am running
> NT4.0,IIS4.0, with sp6a high encryption. I am trying to use search engine
> safe urls. Okay, now using .htm on the end does not work cause the server
> trys to handle it as a page and returns a 404. Now if I use .cfm on the
end
> it works fine, cf handles it.
>
> Example:
>
> (this works)
> www.mysites.com/index.cfm/fuseaction/foo/display.cfm
> (this doesn't)
> www.mysites.com/index.cfm/fuseaction/foo/display.htm
>
> Okay, now the problem. I changed the default cfm extension to something
> else within IIS. Now cf is configured to handle requests with the
extension
> *.ren. This works fine with:
>
> www.mysites.com/index.ren/fuseaction/foo/
>
> and with
>
> www.mysites.com/index.ren/fuseaction/foo/display.cfm
>
> (NOTE: I am making small changes to the form2urlattributes file for each
> change....)
> but this does not work with
>
> www.mysites.com/index.ren/fuseaction/foo/display.ren
>
> which is what I would like to happen. It seems that CF reports the script
> name variable as being the 2nd .ren file, rather than the first? Is CF
> configures to look for .cfm , and where can I change this within CF? any
> ideas? Thanx!
> Brook Davies
>
>
>
>
> --=====================_2688055==_.ALT
> Content-Type: text/html; charset="us-ascii"
>
> <html>
> Hi all,<br>
> <br>
> I need your help, your insight into this problem. I am running
> NT4.0,IIS4.0, with sp6a high encryption. I am trying to use search engine
> safe urls. Okay, now using .htm on the end does not work cause the server
> trys to handle it as a page and returns a 404. Now if I use .cfm on the
> end it works fine, cf handles it.<br>
> <br>
> Example:<br>
> <br>
> (this works) <br>
> <font color="#0000FF"><u><a
href="http://www.mysites.com/index.cfm/fuseaction/foo/display.cfm"
eudora="autourl">www.mysites.com/index.cfm/fuseaction/foo/display.cfm<br>
> </a></font></u>(this doesn't) <br>
> <font color="#0000FF"><u><a
href="http://www.mysites.com/index.cfm/fuseaction/foo/display.htm"
eudora="autourl">www.mysites.com/index.cfm/fuseaction/foo/display.</a><a
href="http://www.mysites.com/index.cfm/fuseaction/foo/display.htm"
eudora="autourl">htm<br>
> <br>
> </a></font></u>Okay, now the problem. I changed the default cfm extension
> to something else within IIS. Now cf is configured to handle requests
> with the extension *.ren. This works fine with:<br>
> <br>
> <font color="#0000FF"><u><a
href="http://www.mysites.com/index.ren/fuseaction/foo/"
eudora="autourl">www.mysites.com/index.ren/fuseaction/foo/</a><br>
> <br>
> </font></u>and with<br>
> <br>
> <font color="#0000FF"><u><a
href="http://www.mysites.com/index.ren/fuseaction/foo/display.cfm"
eudora="autourl">www.mysites.com/index.ren/fuseaction/foo/display.</a><a
href="http://www.mysites.com/index.ren/fuseaction/foo/display.cfm"
eudora="autourl">cfm<br>
> <br>
> </a></font></u>(NOTE: I am making small changes to the form2urlattributes
> file for each change....)<br>
> but this does not work with<br>
> <br>
> <font color="#0000FF"><u><a
href="http://www.mysites.com/index.ren/fuseaction/foo/display.ren"
eudora="autourl">www.mysites.com/index.ren/fuseaction/foo/display.</a><a
href="http://www.mysites.com/index.ren/fuseaction/foo/display.ren"
eudora="autourl">ren<br>
> <br>
> </a></font></u><b>which is what I would like to happen. It seems that CF
> reports the script name variable as being the 2nd .ren file, rather than
> the first? Is CF configures to look for .cfm , and where can I change
> this within CF? any ideas? Thanx!<br>
> Brook Davies<br>
> <br>
> <br>
> <br>
> </b></html>
>
> --=====================_2688055==_.ALT--
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to