Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6873391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:03:45+00:00 2026-05-27T04:03:45+00:00

Given a URL, how do I extract the registered domain using the Public Suffix

  • 0

Given a URL, how do I extract the registered domain using the Public Suffix List (list of effective TLDs, e.g. this list)?

For instance, considering a.bg is a valid public suffix:

http://www.test.start.a.bg/hello.html -> start.a.bg 
http://test.start.a.bg/               -> start.a.bg
http://test.start.abc.bg/             -> abc.bg (.bg is the public suffix)

This cannot be done using simple string manipulation because the public suffix can consist of multiple levels depending on the TLD.

P.S. It doesn’t matter how I read the list (database or flat file), but the list should be accessible locally so I’m not always dependent on external services.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:03:46+00:00Added an answer on May 27, 2026 at 4:03 am

    You can use parse_url() to extract the hostname, then use the library provided by regdom to determine the registered domain name (dn + eTLD). For example:

    require_once("effectiveTLDs.inc.php");
    require_once("regDomain.inc.php");
    
    $url =  'http://www.metu.edu.tr/dhasjkdas/sadsdds/sdda/sdads.html';
    echo getRegisteredDomain(parse_url($url, PHP_URL_HOST));
    

    That will print out metu.edu.tr.

    Other examples I’ve tried:

    http://www.xyz.start.bg/hello   ->   start.bg
    http://www.start.a.bg/world     ->   start.a.bg  (a.bg is a listed eTLD)
    http://xyz.ma219.metu.edu.tr    ->   metu.edu.tr
    http://www.google.com/search    ->   google.com
    http://google.co.uk/search?asd  ->   google.co.uk
    

    UPDATE: These libraries have been moved to: https://github.com/leth/registered-domains-php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using this code, to make a request to a given URL: private static
I am trying to construct a regex to extract a domain given a url.
Given a URL, I want to extract domain name(It should not include 'www' part).
I need to extract the full protocol, domain, and port from a given URL.
Given the URL (single line): http://test.example.com/dir/subdir/file.html How can I extract the following parts using
I'm using some code to extract from a Google Url the keyword of the
given this xml file, i would like to extract the data out from it.
I have been given an url and I want to extract the contents of
Given: Url - http://www.contoso.com/search.php?q= {param} returns: -html- --body- {...} ---div id='foo'- ----div id='page1'/- ----div
What is the best way to check if a given url points to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.