Re: MX and URL trick for search engines

2002-07-30 Thread Sean A Corfield
On Tuesday, July 30, 2002, at 08:08 , MW wrote: MyPage.cfm/VarName/Value We are now configuring CFMX on a development server, and all of a sudden it is broken. In CFMX, CGI.PATH_INFO should contain /VarName/Value - I believe this is slightly different behavior to CF5? If you're not annoying

Re: MX and URL trick for search engines

2002-07-30 Thread Martin Orth
I use this code as a custom tag. It requires cgi.path_info and cgi.script_name It transforms cgi.path_info into url variables you can urls like index.cfm/fuseaction/showrecord/id/23 with the custom you will get two url variables url.fuseaction=showrecord url.id=23 cfset

Re: MX and URL trick for search engines

2002-07-30 Thread Bryan F. Hogan
See cfdev.com's products -Original Message- From: MW [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Tuesday, July 30, 2002 11:15 AM Subject: MX and URL trick for search engines We use the trick of replacing the ampersands and question marks in a URL with slashes in order to have

RE: MX and URL trick for search engines

2002-07-30 Thread MW
'. The commercial ISAPI filter is IIS Rewrite from http://www.qwerksoft.com/. Still researching... Matt -Original Message- From: Martin Orth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 10:41 AM To: CF-Talk Subject: Re: MX and URL trick for search engines I use this code as a custom