Page 1 of 1

Is it possible to show only http host in URI

Posted: Sun Mar 16, 2008 1:19 am
by devendra-m
Is it possible to show only http host in URI by using RewriteRule and without using frameset.

for example,

i have http://www.example.com/folder/page.php? ... rameter2=2

and i want to show only http://www.example.com

Re: Is it possible to show only http host in URI

Posted: Sun Mar 16, 2008 1:38 pm
by Ambush Commander
No, because what's shown in the URL is what the browser is requesting from the server, and RewriteRule will get only that. I'd recommend just biting the bullet and keeping the long URLs; framesets suck!