Hi Guys,

I'm looking through some of the new functionality of OpenBD.

I currently use BD7 (already installed OpenBD), and I have the
following function

request for

www.company.com/directory

'directory' does not exist as real folder

script parses www.company.com/directory for 'directory'

queries url redirect database for 'directory'

if finds match (and corresponding url to redirect to), uses cflocation
to redirect to another url

for instance.

www.company.com/XC45T - redirects to
www.company.com/realfolder/realdocument.cfm?function=test123?thisequals=that

the XC45T folder doesn't actually exist

-----------------------------------------------------

Currently, I have setup in IIS the cfml script that parses the
requested URL and queries the database in place of the standard 404
error document. So if a page is not found, it first runs the script,
and if no redirect entry is found, it then displays a custom 404 doc.

With OpenBD (using r2r windows package) what is the best way to
achieve this?

I'm looking at this link and it seems to hint at another way

http://wiki.openbluedragon.org/wiki/index.php/Compatibility:Application.cfm

or is OnMissingTemplate() the way to go?


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to