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
Is it possible to show only http host in URI
Moderator: General Moderators
-
devendra-m
- Forum Contributor
- Posts: 111
- Joined: Wed Sep 12, 2007 3:16 am
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: Is it possible to show only http host in URI
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!