I designed my website in fusebox metholodgy, so most of my pages looks like:
http://domain/?category=400 http://domain/?action=store http://domain/?action=store&storeid=50 the /? actually runs /index.cfm? I'm trying to alias and record requests in order to track the following: /*?ct=* --->> "Category Browsing" (or "/category/") /*?ct=*&sh=update ---->> "Category Updating" (or "/category/update/") /*?action=store --->> "Store Browsing" (or "/store/") /*?action=news ---->> "News Watching") (or "/news") Except the root directory (that includes the entire code on index.cfm), there aren't any directories, so currently all requests are parsed into: index.cfm :( any help in making my info more understood and valuable, would be great! Thanks!! +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/analog-help@lists.isite.net/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------