hide variables passed in URL
We've been working on a web application and we've just about got it finished up, but there's one thing that bothering us (although by no means is it going to stop production.) When we call one of the pages (index.html), we sometimes have to pass it a variable in the URL (searchid). So we get a page like http://domain.com/index.html?searchid=string . We'd ideally like to not show the ?searchid=string , but I'm not sure how we'd do that. My group doesn't own the index.html page (but we are working with the group that does), so I don't know how much we'd be able to do with anything like .htaccess