View Single Post
  #3 (permalink)  
Old Feb 28th, 2008, 02:02
lockmac lockmac is offline
Junior Member
Join Date: Sep 2007
Location: Rosebud
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: web addresses without the .cfm file...

Quote:
Originally Posted by Rob View Post
ok... as you are using cold fusion, I would personally set a .chm file as the custom 404 error handler.

This will allow you to trap non existant url's and re-ma them to the desired handler page.

You can detect url's such as /products/attitudeinaction_book and remap them to products.cfm?p=attitudeinaction_book

Obviously, you need to do this will code in the 404 handler script.

Good luck.
Does this mean in the url, it will have the address (such as products.cfm?p=products_content or would it just have /products?
Reply With Quote