Hi,
I am looking for a techique that will allow several php pages that are dynamically generated to be indexed by search engines. I have seen this done with a C based shopping cart and with mod_perl and Apache::Session.
I have actually seen phpbuilder.com use this with this URL http://www.phpbuilder.com/forum/archives/2/2000/08/register2.php3/106470
(phpbuilder.com coders feel free to chime in)
I basically want to replace the "?" with a slash so that the search engine doesn't kick out the URL.
So that
file.php?id=1234
becomes
file.php/id=1234
I thought this could be done with mod_rewrite, but I think the rewritten URL
would get kicked out.
Thanks,
Paul