Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2002
    Location
    Thailand
    Posts
    118

    eNom redirect technique

    Anyone can give me a hint as to how eNom does
    all those URL redirect/URL frame/email forward stuff?
    Yes, they're using MS technology (IIS and not Apache).

  2. #2
    Join Date
    Dec 2002
    Location
    Thailand
    Posts
    118
    Edit: Anyone can give me a hint as to how eNom does
    all those URL redirect/URL frame/email forward stuff on a mass scale?

  3. #3
    Join Date
    Dec 2002
    Location
    Thailand
    Posts
    118
    OK, mass redirect with Apache mod_rewrite is much easier.

  4. #4
    Join Date
    Jul 2002
    Location
    Kuwait
    Posts
    10,620
    URL frame they usea html frame page
    Code:
    <HTML>
     <HEAD>
    <base href="http://your.page.url.goes.here/" />
    
      <meta name="DESCRIPTION" content="">
       <TITLE></TITLE>
     </HEAD>
     <FRAMESET ROWS="100%, *" frameborder="no" framespacing=0 border=0>
      <FRAME SRC="http://www.webhostingtalk.com/"
     NAME="mainwindow" frameborder="no" framespacing="0" marginheight="0" marginwidth="0">
    </FRAME>
     </FRAMESET>
     <NOFRAMES>
      <CENTER>
       <H2>
        Your browser does not support frames.  We recommend upgrading your browser.
       </H2>
       <br><br>
       Click <a href="http://www.webhostingtalk.com/">here</a> to enter the site.
      </CENTER>
     </NOFRAMES>
    </HTML>
    for url redirect i think they use META-REFRESH tag something like
    Code:
    <meta http-equiv="refresh" content="0;URL=http://otherurl">
    Bashar Al-Abdulhadi - KuwaitNET Internet Services Serving customers since 1997
    Kuwait's First Webhosting and Domain Registration provider - an ICANN Accredited Registrar

    Twitter: Bashar Al-Abdulhadi

  5. #5
    Join Date
    Dec 2002
    Location
    Thailand
    Posts
    118
    Thanks Bashar.

  6. #6
    Again ,Thanks Bashar
    eNom very discounted reseller / retail accounts (Click here )

    Rare 2 , 3 char / letter domains for sale ( Click here )

  7. #7
    Join Date
    Feb 2004
    Posts
    134
    eNom has designed its own Domain Name Servers (DNS) that support new host records (URLFrame, URLRedirect), unlike other nameservers that are available. This makes it possible for increased reliability and performance, while providing expanded functionality.

  8. #8
    Join Date
    Dec 2002
    Location
    Thailand
    Posts
    118
    Wow! Would you mind to share some more info or reference?

  9. #9
    Join Date
    Mar 2003
    Location
    Kathmandu, Nepal
    Posts
    3,982
    a big database to store all the records for redirects would be my guess on how they do it on a large scale.
    Kevin Ohashi - Founder of ReviewSignal.com - Honest Web Hosting Reviews
    Check out my 2021 WordPress Hosting Performance Benchmarks, the most comprehensive look at WP hosting performance

  10. #10
    Join Date
    Jul 2002
    Location
    Kuwait
    Posts
    10,620
    DNS servers can't act like URL forwarding or URL frame provided by webservers

    mind to clarify Divaqs?
    Bashar Al-Abdulhadi - KuwaitNET Internet Services Serving customers since 1997
    Kuwait's First Webhosting and Domain Registration provider - an ICANN Accredited Registrar

    Twitter: Bashar Al-Abdulhadi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •