Web site redirect and URL masking?
What were looking to do is redirect http://ampost266.net to http://pencook.net/post266.
(right now it's just a mirror)
The way i want to set it up is so that when you type in ampost266.net, it gets all of the page info from pencook.net/post266, but still shows ampost266.net in the adress bar.
Were trying to do it this way because they have a free web host, and we pay for ours, so if we find a way to do it like i mentioned, they will have unlimited pages.
I was going to try:
<frameset rows="*">
<frame src="http://pencook.net/post266">
</frameset>
but i think that will only work with different pages in the same domain.
Suggestions?
(right now it's just a mirror)
The way i want to set it up is so that when you type in ampost266.net, it gets all of the page info from pencook.net/post266, but still shows ampost266.net in the adress bar.
Were trying to do it this way because they have a free web host, and we pay for ours, so if we find a way to do it like i mentioned, they will have unlimited pages.
I was going to try:
<frameset rows="*">
<frame src="http://pencook.net/post266">
</frameset>
but i think that will only work with different pages in the same domain.
Suggestions?


