Actually you can get Search engine safe urls to work in apache by adding the
following line to the scriptalias section of the apache httpd.conf file...

ScriptAliasMatch (.*\.cfm) "e:/html$1"

where e:/html is the apache document root.

The only thing is that you have to use cgi.script_name instead of
cgi.path_info in your formurl2attributes tag....

edward chowdhury


-----Original Message-----
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 2:00 PM
To: Fusebox
Subject: Re: FuseBox tag gallery


I'm not for certain, but I don't think that "search engine friendly"
url's will work in Apache.  As a matter of fact, that capability is a
bug/flake in IIS.. it was fixed in IIS5.  (or maybe I'm the flake and
don't know what I'm talking about)

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

Luke Bartholomew wrote:
>
> Does this mean that the formurl2attributes tag will not work on an Apache
> web server...I am currently porting all fusebox sites from NT to Red Hat
> Linux and will be stuck if it doesn't work!
>
> Luke
>
> -----Original Message-----
> From: Douglas Smith [mailto:[EMAIL PROTECTED]]
> Sent: 12 February 2001 15:32
> To: Fusebox
> Subject: FuseBox tag gallery
>
> Steve Nelson,
>
> How about providing the Apache variant of the FORMURL2ATTRIBUTES tag on
the
> FuseBox site?  More and more people are using Apache.
>
> On second thought, how about providing a FuseBox version of the Allaire
tag
> gallery on the fusebox site, so the community members can upload their own
> tag versions and variants, anytime they want?
>
> It's less work for you in the long run!  :-)
>
> At 12:13 PM 2/9/01, Edward Chowdhury wrote:
> >I don't know about Linux but this is what I had to do to get it running
on
> >apache under windows nt:
> >
> >1) added the following line to your apache httpd.conf file under the
> >ScriptAlias section
> >
> >ScriptAliasMatch (.*\.cfm) "e:/html$1"
> >
> >(note you need to change the e:\html to whatever the DocumentRoot of your
> >apache installation is.
> >
> >2) I also had to change formurl2attributes.cfm to use "cgi.script_name"
> >instead of "cgi.path_info" so do a search and replace for cgi.path_info.
It
> >should only appear in two places at the top of the page at least in my
> >version of the file. That should be it.
> >
> >cheers,
> >
> >edward chowdhury
> >
> >
> >-----Original Message-----
> >From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, February 08, 2001 5:47 AM
> >To: Fusebox
> >Subject: formurl2attributes for Apache
> >
> >
> >Can anybody give me a quick rundown on the changes necessary to make this
> >one work under Linux Apache?
> >
> >Best Regards,
> >
> >Adam Reynolds
> >ColdFusion Web Developer
> >ISMG Development, Unilever
> >London
> >
> >( +44 20 7822 5450 (ext 5450)
> >m: +44 7973 386620
> >*  [EMAIL PROTECTED]
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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