How To Redirect A Site ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Luc Duboi
    So Fucking Banned
    • Mar 2003
    • 1881

    #1

    How To Redirect A Site ?

    I want my surfers after type in www.blablbalbla.com and hit enter, they will be taken straight to the forum. how can i do that?


    example www.jesusboard.com . I have to use a front page etc...
  • nofx
    Too lazy to set a custom title
    • Nov 2002
    • 16826

    #2
    use a meta refresh

    Often times I wonder why
    There's love and hate, theres live or die.
    When sickness comes I must decide:
    When feelings go, theres suicide.

    Comment

    • Luc Duboi
      So Fucking Banned
      • Mar 2003
      • 1881

      #3
      Originally posted by nofx
      use a meta refresh
      how ? can you post the code here ?

      Comment

      • extreme
        Confirmed User
        • Oct 2002
        • 2120

        #4
        You asked a bunch of gallery questions in another thread right?

        Now you want to know how to redirect?
        I think I see where this is going

        Comment

        • Luc Duboi
          So Fucking Banned
          • Mar 2003
          • 1881

          #5
          Originally posted by extreme
          You asked a bunch of gallery questions in another thread right?

          Now you want to know how to redirect?
          I think I see where this is going
          you don't know who i am man. i only want to redirect the jesusboard.com . yo see the front page with all the bullshit ? I want my surfers go straigt to the forum.

          about the gallery shit. only talk about it when you know.

          Comment

          • nofx
            Too lazy to set a custom title
            • Nov 2002
            • 16826

            #6
            Originally posted by Luc Duboi


            how ? can you post the code here ?
            search around on google, im lazy

            Often times I wonder why
            There's love and hate, theres live or die.
            When sickness comes I must decide:
            When feelings go, theres suicide.

            Comment

            • gripcash
              Confirmed User
              • Mar 2003
              • 154

              #7
              <HTML>
              <HEAD>
              <META HTTP-EQUIV="refresh" content="2;URL=http://www.example.com/newpage.htm">
              <TITLE>Page has moved</TITLE>
              </HEAD>
              <BODY>
              whatever you want to write
              </BODY>
              </HTML>
              -grip

              Comment

              • gripcash
                Confirmed User
                • Mar 2003
                • 154

                #8
                My first version of that post i forgot to escape the greater thans and less thans.. nothing in the rules about redirecting to other sites from the forum but would seem to be illegal
                -grip

                Comment

                • gripcash
                  Confirmed User
                  • Mar 2003
                  • 154

                  #9
                  Incidentally, better than a meta refresh would be configuring apache to just point the old url at the new location.
                  -grip

                  Comment

                  • G Sharp
                    So Fucking Banned
                    • May 2002
                    • 1343

                    #10
                    Hi BoneProne aka Samir Abdullah

                    Comment

                    • Libertine
                      sex dwarf
                      • May 2002
                      • 17860

                      #11
                      Use this one:

                      <script language="javascript">
                      <--
                      alert("Luclonely is gay");
                      //-->
                      </script>
                      /(bb|[^b]{2})/

                      Comment

                      • Luc Duboi
                        So Fucking Banned
                        • Mar 2003
                        • 1881

                        #12
                        I just want my site exactly like GFY . when you type www.gofuckyourself.com you see the forum right away rite? I want my site that way.

                        Comment

                        • Thrawn$
                          Confirmed User
                          • Apr 2002
                          • 4596

                          #13
                          Mydomain.com
                          Tracking 202 | Start Tracking PPC Campaigns Like A Pro

                          Comment

                          • k-rad-bob
                            Registered User
                            • Oct 2002
                            • 11

                            #14
                            if you have php enabled you can go:

                            PHP Code:
                            <?php header("Location: forumdir/index.php"); ?>

                            Comment

                            • Basher
                              Confirmed User
                              • Nov 2002
                              • 1168

                              #15
                              Try here
                              my bum itches

                              Comment

                              • darnit
                                Confirmed User
                                • Jul 2001
                                • 2439

                                #16
                                Originally posted by punkworld
                                Use this one:

                                &lt;script language="javascript"&gt;
                                &lt;--
                                alert("Luclonely is gay");
                                //--&gt;
                                &lt;/script&gt;

                                Comment

                                Working...