Re: [PHP] Server independent URL optimization

2004-01-04 Thread Chris Shiflett
--- Shawn McKenzie <[EMAIL PROTECTED]> wrote: > I would like to know if there is a good server independent method > method for optimizing URLs that contain GET queries for search > engines. If there is, it would be news to me. I know of only two ways to do this: 1. ForceType and $_SERVER['PATH_IN

Re: [PHP] Server independent URL optimization

2004-01-04 Thread Gerard Samuel
On Saturday 03 January 2004 10:37 pm, Shawn McKenzie wrote: > I searched the archives and Google but couldn't find a solution. > > I would like to know if there is a good server independent method method > for optimizing URLs that contain GET queries for search engines. Server > URL rewriting (i.e

[PHP] Server independent URL optimization

2004-01-03 Thread Shawn McKenzie
I searched the archives and Google but couldn't find a solution. I would like to know if there is a good server independent method method for optimizing URLs that contain GET queries for search engines. Server URL rewriting (i.e. mod_rewrite, etc...) is not an option unless it is compatible with