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 7737269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:57:09+00:00 2026-06-01T07:57:09+00:00

I have a domain name: TestSite.com. I create several subdomains for this site and

  • 0

I have a domain name: TestSite.com. I create several subdomains for this site and refer to them as first.TestSite.com, second.TestSite.com, etc.

How do I refer to TestSite.com relatively without having to hard code its name in an html or aspx file in first.TestSite.com? What I mean is (using folders as example) if I have a folder TestSite and a sub folder first

TestSite/first

, then from first I can refer to its parent TestSite folder by

../

What do I use to refer to TestSite.com from first.TestSite.com? Thanks.

  • 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-06-01T07:57:11+00:00Added an answer on June 1, 2026 at 7:57 am

    There’s no way using pure relative links. You have to program it as a string manipulation.

    Something like:

    var host = location.host;
    var lastPeriod = host.lastIndexOf(".");
    var remainder = host.substring(0, lastPeriod);
    var afterSecondLastPeriod = remainder.lastIndexOf('.') + 1
    var baseDomain = host.substring(afterSecondLastPeriod);
    console.log(baseDomain);
    

    EDIT: Shorter version using regex:

    var baseDomain = host.match(/[^.]*\.[^.]*$/)[0]
    

    This is general, so it will always return the last part. Regardless of whether it’s a.TestSite.com, b.a.TestSite.com, etc. it will return TestSite.com.

    You will have to modify it if this assumption is not correct.

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

Sidebar

Related Questions

I have a domain name abc.mydomain.com This is a https URL ( http redirects
I have a site complete with CMS etc all working under one domain name.
I have a domain name myapp.com with GoDaddy, and I've deployed the site to
If I have domain name example.com , and if I set an A record
I have a route like following, ideally I would like it to match: domain.com/layout/1-slug-is-the-name-of-the-page
I have domain site.com and there is subdomain sub.site.com Once you open sub.site.com you
I have one ip for two domain name, e.g. www.example.com and example.info, and I
I have a website that is working properly.I dont know when I do Domain-name.com/images
I have a domain name www.xyz.com and I want to make sure if someone
I have a domain www.foo.com purchase with NameCheap. I pointed that domain name to

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.