> Has anyone made a re to replace search engine friendly hrefs
> with standard ones? For example:
>
> Change #CGI.Script_Name#/Fuseaction/foo/barID/#Attributes.BarID#.htm
>
> into #CGI.Script_Name#?Fuseaction=foo&barID=#Attributes.BarID#
>
> I'm starting to have second thoughts about these, and I am not to
> excited about changing them all manually...
Must be something like (where there are 2 URL values)
Find
#Chr(34)#(.*)/(.*)/(.*)/(.*)/(.*)#Chr(34)#
Replace
#Chr(34)#\1?\2=\3&\4=\5#Chr(34)#
Why is there a .htm on the end? What are your second thoughts about friendly
URLs?
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.