HTML - Redirecting One Domain To Another
Hey guys,
I'm sure this had been asked a thousand times, and I know I can search Google and find answers. Which I have found some, but I seem to get a more straight forward answer when the people answering my question know my exact situation. So anyways: I have my bands website: www.aqueousband.com And let's say that I acquire www.aqueous.com. I have a hosting plan with godaddy for www.aqueousband.com and all of my files are on that hosting plan and I want to keep that domain name. So it would make the most sense to just make www.aqueous.com redirect to www.aqueousband.com ... right? So how would I do this? I was reading about 301 redirect, am I on the right track? I started to think, if I just bought a domain name I would just have the domain name and no hosting. So how do I put an index file on a domain name that has no hosting attached to it? There's gotta be a way! Similar TutorialsI'd like visitors to my web site to automatically be taken to the home page when they enter my domian name. For example, when they type in thedomainame.com the will automatically see thedomainame.com/homepage. Is this done by using htaccess? Can you someone explain this to me? How it works and how to set it up? Or how do I change the home page name to be the index page? Right now it's domainname.com/folder/index thanks. I need to know how to put www on a domain but not on a subdomain. If I have the redirect on to have the www, the sub doesn't work. If I take it off, I subdomain works but no cool www, lol. Also be noted, a noob most likely knows more than me, lol. Hi, im quite good at html, doing php, and a bit of javascript, but i need to find out how to make a page redirect by itself. With a time limit so that you go to the page, and in 5 second it goes to a different page. I hope you can help me as it is quite urgent. Thanks alot anyone who can help. Oh, and it has to be pure html, NO Javascript Thanks Coggz Hello, I am a novice at HTML and need help with redirecting. How do you make a redirect using HTML so that it opens in the same window and not in a new window? I have a page I am making for a test logoff scrren and I need the page to redirect to another web site after a certain period or upon a click on a link. Every time I set it up, it pops open a new window. I know I must be missing something, but I cant figure out what. I am using transitional DTD, if that helps. Thank you for your time! I've been through a few sites about redirecting traffic from your MySpace to another site, but I'm not sure how it really works. I know there is some flash involved but I also know that MySpace dissallowed some flash code on the site. What can I do here? Please help. For a site I am creating, there is a signup feature. When someone clicks to register, a form pops up. Once they click "Send" the information gets sent to the email address (which I have outlined in the php), I want to redirect it to another window which says thanks for registering. So far, the information does get sent to the email address, but the form stays as is. So the form works fine, I just need to figure out how to redirect it or a way I can show text saying "Thanks your info as been sent". Please help with any tips! Here is the code for what I have so far: PHP Code: <?php //grabs posted information $name=$_POST['name']; $email=$_POST['email']; $phone=$_POST['phone']; $city=$_POST['city']; $country=$_POST['country']; $submit=$_POST['submit']; //formats email $sendTo="emailaddy@gmail.com";//recipient email $subjectheader="Response from Website"; //subject line $message="Name: $name\n Email: $email\n Phone Number: $phone\n City: $city\n Country: $country "; //message body $header="From: ".$name."<".$email.">"; //sender's email if(isset($_POST[submitted])){ //checks to see if comment textarea has content if(!empty($_POST[name])){ //sends the email mail($sendTo, $subjectheader, $message, $header); //visually confirms if email has been sent if(mail){ echo"Information Sent. Thank you for your help"; }else{ echo"Failed to send message"; } //end confirmation }else{ echo"Please fill out all the fields"; } //end of empty } //end of isset ?> Hey I am fairly new to the whole webmaster and html coding. My current situation is that I have a html file that works for an old domain. I have recently move to a new subdomain that is hosting my website. I uploaded my html file to the host and everything is working smoothly except for the fact that none of the links work! Please help. Thankyou how do i redirect an iframe from outside of the iframe like home +------------------------------------------------------------------------+ about |IFRAMEIFRAMEIFRAMEIFRAMEIFRAMEIFRAMEIFRAMEIFRAME| contact |IFRAMEIFRAMEIFRAMEIFRAMEIFRAMEIFRAMEIFRAMEIFRAME| contact +------------------------------------------------------------------------+ redirect the iframe on the click of the links on the left, without refreshing the whole page cheers, Rory I have a form with several buttons, once the buttons are clicked I want them to redirect the user to another page, with the exception of one button which after being clicked, I want it to not redirect anywhere. Is it possible to do this? Any help is much appreciated. I'm working on an adult site for a client that needs to use an age verfication form before allowing visitors into the adult sections. I have the age verification form in place, but it only directs you to one page upon proper adult verification. What I would like to have happen is, a visitor clicks on a specific adult topic (there are several to choose from), have their age verified only once (I think this can be done with cookies), then be directed to the specific section they selected in the first place. I'd like to know, 1.) What should I use for the cookie code? 2.) Any ideas on how I can set it up that they're directed to the right spot after they're verified? Thanks! Hello, I use some of pages of my website as IFRAME. My question is: I want Google to crawl IFRAME contents but when the IFRAME url is typed in browser directly in browser or when a visitor clicks on the IFRAME url in search results, I want the visitor to be redirected to main page of my website. Is it possible? If it is possible, how can I do that? Hi everyone, How diffecult is the code where it checks if user has Flash Player installed on their computer before directing them to the appropriate web page. i.e. I want to build a site in Flash but dnt want people who cant view Flash to see nothing, so will also build a more basic version in HTML. I know its possible, just not sure how. Any help will be gratefully appreciated. Regards, liam Hi Just wondering if there is a non -java way of detecting a user's browser width and then redirecting to the appropriate version of my site? Cheers Shaun Well i want to buy a domain but i dont know where to buy it.. i need a good one but cheap, can someone post some links... thank U for the help Can you use SSI to include a page from a subdomain. Example: The main page is at http://www.sub.domain.com the included page is to be http://www.domain.com/headers/header1.html Hi everyone, I just had my web pages removed from Yahoo! Geocities recently, and I'm looking to find a new reliable web hosting service. I know I can find a list provided on any search engine, but the one I've chosen to sign up for (fateback.com) has been nothing but difficulty so far. For some crazy reason, everytime I try to upload a page to their server, I keep getting an error message stating that I don't have permission to upload to the directory. I've tried multiple times to contact their customer service, but I haven't gotten any responses. Additionally, I tried to send test emails to addresses which they said I could use for my domain, but those emails keep getting sent back. So, obviously this fateback.com service isn't very good at all. Also, I need to utilize one of those free web hosting services until I can get the site off the ground as I really don't have the money to put out for my site yet. Can anyone help me to find a good web hosting service for my site? I would really appreciate anyone's insight here... Also, thanks to eddy9, who helped me find some resources to brush up on my HTML knowledge. That first site you gave me was chock-full of some good information, and has helped me to do some really cool things with my pages. Anyway, thanks again everyone in advance for the insight...it would really be nice to give my web site a new home soon. On my website (www.mysite.com), when a user clicks on the register link, a new window opens that takes him to another domain (www.myreg.com) where he can register. When he's finished registering, the myreg.com window is closed. The requirement is that when he's finished registering, I need the myreg.com page to set a cookie somehow for www.mysite.com . Is this possible? Cheers, James hey, I know this question is out of place but i was not sure where to post it I have a person who has a domain name on geocities but geocities does not support PHP.. But i use www.000webhost.com and i was wondering if there would be a way to keep his exact domain name and build the site on the webhost server.. thanks Hello, i just registered a domain name but have one issue Im using freehostia for my website uploading and got a .com addresss from go daddy. now ive changed the dns servers on the .com to reflect it to the freehostia where my site it. I noticed that the .com adress when i click on it shows the path of the index in the address bar like ex www.etcetc.com/site/welcome.html how can i not have that "site/welcome.html show up in the address bar? thanks I have a confirmation email address that goes out to my customers when they vote on my page to confirm there vote. I tested it with a yahoo and it seems like my confirmation emails are going into the junk folder. I am not blacklisted on any website. Here is my full header below... Can anyone figure out the problem?? I can post my full header from Yahoo if needed. |