Beginner : How to do a Redirection

A redirection enables visitors to see your Casino when typing your domain name and visiting your domain url.
(i.e. when you type: www.yourdomainname.com it will show your casino link http://www.gamblingfederation.com/~yourpartnerID/)

Steps:

  1. Create a blank HTML page
  2. Rename it
    index.html
  3. Use an editor to view the HTML code (any text editor will work, such as Windows Notepad)

    <HTML>
    <head>
    <title>Enter your title here</title>
    <meta http-equiv="Content-Type" content="text/HTML; charset=iso-8859-1">
    </head>

    <frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
    <frame name="topFrame" scrolling="NO" noresize src="index1.html">
    <frame name="mainFrame" scrolling="YES" noresize src="http://www.gamblingfederation.com/~yourpartnerID/">
    </frameset>

    <noframes>
    <body bgcolor="#FFFFFF" text="#000000">
    </body>
    </noframes></HTML>

  4. Replace Enter your title here with the title you want to appear (The title will appear on the top bar of the web browser)
  5. Replace http://www.gamblingfederation.com/~yourpartnerID/ with your casino link
  6. Save the file
  7. Test it by double clicking on the index.html file. You should be redirected to your casino link (http://www.gamblingfederation.com/~yourpartnerID/)
  8. Upload the index.html to your FTP root (See the FTP upload tutorial if you don't know how to do this)
  9. From your web browser, type your domain url (http://www.yourdomainname.com)
  10. Your URL (http://www.yourdomainname.com) will now show your casino site.

How to view the source of a redirect page

You can't just right click on the HTML page since it redirects you to another page. The only way to see the redirection page source code is by opening that page in a web-editor and to look at the HTML code.