MX and URL trick for search engines

2002-07-30 Thread MW
We use the trick of replacing the ampersands and question marks in a URL with slashes in order to have our website indexed by search engines. Instead of having the URL appear as: MySite.cfm?VarName=Value it appears as MyPage.cfm/VarName/Value This works extremely well in CF5 on IIS5 (patched

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
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 5:08 PM 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 our website indexed by search engines. Instead of having the URL

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