I been searching for a way to hide the complete url path feks. if i have http://www.domain.com/members/login.php i can do so it only shows http://www.domain.com all the time no matter what the full url path is.
I know it´s possible with frames and stuff, but is there a easy way around this ?
What is so complicated about frames, or perhaps iframes?
I think frames -are- the easy way around it. Though I've never played with it personally. The only other possible thing I could think of is to catch any query strings and or run a mod_rewrite on Apache (that's it...right?), constantly redirecting to http://www.domain.com/, but keeping certain variables inside a session.
I guess your right about the frames being the best way to do it, i tried it and it looks like it´s working, my only worries is about browsers that can dispaly frames....