> > I just signed up with an ISP that does shared web hosting.
> > i use to a stand alone machine and inserting my custom tags
> > in the /customtags directory under my CF install.  How would/should
> > an ISP implement this kind of capability on a shared service where
> > multiple sites are using one install of CF?

> The ISP will probably have you copy your custom tags directory under your
> root. You can either copy the custom tag to which ever directory
> you wish to
> call the tag from or you can put the tags in one central directory and use
> cfmodule to call your tags.

I'm in the same situation. I place a customtags folder under the root of the
site. Annoyingly, I can't use absolute paths (beginning with a /) to point
to it (has to be set up on the server) so every time I want to call a custom
tags I have to use a relative link with <cfmodule>. One thing to note is
that custom tags that have a closing tag (e.g. <cf_bodycontent/>) will still
work -- you just use </cfmodule> instead.

I'd really like to see notes in the Fusebox spec about using it in a shared
environment like this. The number of CF Web hosting services is only going
to grow....

Regards,
Matthew Walker
Electric Sheep Web Co.
http://www.electricsheep.co.nz/

--
Tel +64-3-374 2137
Fax +64-3-377 7930
Mobile +64-25-605 5747
P O Box 13-907, Armagh
Christchurch 8031
New Zealand

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to