One common way to work around many search engines ignoring pages with query strings is to use scripts with odd URIs (http://server.com/foo.php/foo/bar for instance) and get them with $_SERVER['PATH_INFO']. How compatible is doing that? Will servers besides Apache support it?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to