Something I have done in the past that may work for you.  It would be somewhere 
between your current method and the full writing out of static pages method.

In my admin, when a new dynamic page is inputted and published, I write a file 
with a line like this.

<cfile action="write" file="c:\\website\static\manufacture_model_12345.cfm" 
output="fileContent">

That file would contain a few lines of code like this.
<cfsilent>
<!--- Which of these you need depends on how you dynamic page works, I suspect 
only the PK is necessary. --->
<cfset variables.manufacturer = "manufacturer">
<cfset variables.model = "model">
<cfset variables.PK = 12345>

<!--- IIRC one needs a mapping ("templates" for absolute paths to work in 
cfinclude --->
<cfinclude template="\templates\dynamic_prodect_page.cfm">
</cfsilent>

Thus I still have one page to edit when changes to the product display are 
required, but the search engines see a separate URL for every product without 
throwing and trapping any 404 errors.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227438
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to