Saturday, 19 November 2011

Redirecting the URL without changing URL in the Address bar

?. I want to redirect http://example.com to http://example.com/kb without URL changing to http://example.com/kb.

Resolution:
````````````````
This can be done by frame forwarding. Add the below given code to index page and make necessary changes.
~~~~~~~~~~~~
Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">



www.abc.com





~~~~~~~~~~~~

No comments: