| Posted: 29 September 2008 at 5:53pm | IP Logged
|
|
|
I have a url with multiple variables in the query...
http://www.xyz.com/content.cfm?value1=x&value2=y&value3=z
I have already sucessfully worked this into sites w/ single variables but not on this scenario. As each page is unique, I would ideally have a single url (for the above scenario the url would read http://www.xyz.com/installing_widgets.html and if value1=x&value2=y&value3=a then the url would read http://www.xyz.com/repairing_broken_widgets.html)
though I would be sufficiently happy with http://www.xyz.com/1/2/installing_widgets.html or something like that...
Sorry for all the URLS
|