Quote:
Originally Posted by Rob
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?