Hi,
I need help with a redirect and mask of url using PHP.
I have created an online store to use within an educational context (the store is only a simulation - there is no live payment processing).
I have hosted this on my own webhosting server that I use for a different site. I have purchased a domain name to use as the store name and I want to be able to redirect to the url where the store is hosted.
The problem I have is that if I use a iframe or framed redirect this causes the store not to work as the session does not work.
Eg.
I have the store located at:
I have a domain name which is:
I want to be able to enter in the domain into the address bar which will take the user to the store but NOT change the URL in the address bar. As mentioned, I can do this with a framed redirect however this then stops the store from working as it should as it does not support frames.
Is there anyway to load the page normally (not in a frame) but show the URL as:
and not as:
Any ideas???
Thanks, Gary.
I need help with a redirect and mask of url using PHP.
I have created an online store to use within an educational context (the store is only a simulation - there is no live payment processing).
I have hosted this on my own webhosting server that I use for a different site. I have purchased a domain name to use as the store name and I want to be able to redirect to the url where the store is hosted.
The problem I have is that if I use a iframe or framed redirect this causes the store not to work as the session does not work.
Eg.
I have the store located at:
I have a domain name which is:
I want to be able to enter in the domain into the address bar which will take the user to the store but NOT change the URL in the address bar. As mentioned, I can do this with a framed redirect however this then stops the store from working as it should as it does not support frames.
Is there anyway to load the page normally (not in a frame) but show the URL as:
and not as:
Any ideas???
Thanks, Gary.