do you have an example?
Main Topics
Browse All TopicsA while back someone gave me a ASP script which was inserted into my home page which allowed me to rewrite the address and all browsing on my site using the new domain name etc. as follows.
1) I had www.baltija.net pointing to www.chuckscherl.com
2) when www.baltija.net was entered the script on the home page change the was changed from www.chuckscherl.com to www.baltija.net/baltija.ht
I since lost that code and would like to reimplement it. ISA Rewrite would be a better choice, but my hosting company does not support it.
ideally I would like baltija.net to be effectively mapped to chuckscherl.com/photos/bal
I would truly like to have a piece of sample code that will do the trick.
Thanks
ChuckS
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
put
<iframe src="/yourpagehere.aspx" width="165" height="21" id="SymbolSearch" allowtransparency="true" frameborder="0" scrolling="No" border="0" class="iframe"></iframe>
in a web page
and response.redirect or server.transfer you do from within yourpagehere.aspx will open the new page in the iframe. The link on the browser url will not change but it will remain on the original page.
Hi,
You can do it through the three ways.
1.IIS or from the webserver but it is not better work.
2. ASP Script
3. From the domain control panel. Please contact to the service provider for the domain forwarding from which you have register the domain .
The every domain control panel have option of the domain forwarding in which you can map or hide the URL and many more so it is better solution for redirection.
Business Accounts
Answer for Membership
by: YiogiPosted on 2008-02-01 at 15:15:35ID: 20801687
put it in a frame or an iframe and then do all your navigation in that frame.