1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Development HTML Redirection

Discussion in 'Software' started by bazorama, 7 Mar 2005.

  1. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    hey my clan site has an enter link on the main page that when u click it that then redirects u to the index.php page how do i change it so that it will redirect automatically without having to click the enter link??
     
  2. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
  3. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    thanks i didnt know how to search for it wasnt finding anythign good, could u do the above and put the finished one so i can just change the url please im still lost :S
     
  4. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Umm, what? :confused:
     
  5. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    i dont think u understand my problem man think u should re-read it, a page loads u click enter this then takes u to another URL i wanna know how to do this with having to click enter :S:S:S:S:S:S:S:S dont see how someone come misunderstand that tbh
     
  6. The Gaji

    The Gaji What's a Dremel?

    Joined:
    10 Oct 2004
    Posts:
    62
    Likes Received:
    0
    In otherwords instead of clicking enter to get sent to the index.html page

    you want it to automaticly Go from www.dummy.com > www.dummy.com/index.html without the user doin anything
     
  7. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    yes i thought i made that clear myself
     
  8. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    doesnt matter now used javascript instead
     
  9. Meblin

    Meblin Supposed IR God!

    Joined:
    5 Mar 2002
    Posts:
    1,018
    Likes Received:
    0
    with my host it automaticaly uses index.php over index.htm

    Use the meta tag <meta http-equiv="refresh" content="0;URL=index.php"> to automatically refersh the page to index.php
     
  10. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    AAAAAAHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!
     
  11. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    ...which is exactly what i suggested :sigh:
     
  12. bazorama

    bazorama What's a Dremel?

    Joined:
    24 Dec 2004
    Posts:
    119
    Likes Received:
    0
    no it wasnt not the way i done it anyway
     
  13. Ben

    Ben What's a Dremel?

    Joined:
    11 Aug 2003
    Posts:
    1,000
    Likes Received:
    0
    rtt's way works.
     
  14. <A88>

    <A88> Trust the Computer

    Joined:
    10 Jan 2004
    Posts:
    5,441
    Likes Received:
    25
    I don't think you understand our problem actually, I think maybe you should re-word it? :idea: Here's the code RTT found in the first place for those who care...
    Code:
    <meta http-equiv="refresh" content="2;url=http://www.bit-tech.net">
    <A88>
     

Share This Page