I have a website that I should puts it online in 48 hours ,but I didn’t get my domaine name until now and I should put my website address in a brochure tomorrow.
Our company has a website ,so my boss asked me to put my website under the company website till I’ll have my domainename,but the problem is that we are gone publish our address in a brochure.
my question is:
whenI put my website under the companysite it will have the address:
http://www.companyName.com/mysite/Home
then when I will receive my domaine it will be :
In the brochure I will put http://www.companyName.com/mysite/Home so is there any way to put that address on the brochure and then that address will redirect to my website.
I mean when the user put http://www.companyName.com/mysite/Home in the adresse bar he will be redirected to http://www.mysite.com
I hope that I have explained my problem
You could put the next line of code in your
<header>of your website which is on the address http://www.companyName.com/mysite/Home which will then redirect the page to http://www.mysite.com. The code is:Change the URL to the url of the website you want to redirect to. content is a number of seconds a visitor will wait untill the redirect happens