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

  • Home
  • SEARCH
  • 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 9047351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:53:22+00:00 2026-06-16T11:53:22+00:00

I recently joined a site called DNSDynamic and was wondering if there was a

  • 0

I recently joined a site called DNSDynamic and was wondering if there was a way to make the URL that they supply redirect to a specific directory on my server since I am hosting multiple sites on multiple directories, but it simply asks for the server IP address and sends visitors to the root.

I figured I’d have to write a bit of code myself for this, what would you recommend?

I was thinking a bit of PHP in the root of the server that detects the referrer and redirects them accordingly using a meta code, am I right?

How would I go about this? 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-16T11:53:23+00:00Added an answer on June 16, 2026 at 11:53 am

    With IIS you can certainly redirect to a subfolder based on the URL used using URL rewrite, I believe that there is similar functionality available in Apache.

    URL Rewrite example:

        <rule name="RuleName" stopProcessing="true">
                    <match url="(.*)" />
                    <conditions logicalGrouping="MatchAny">
                        <add input="{HTTP_HOST}" matchType="Pattern" pattern="sitedomainname.co.uk$" ignoreCase="true" negate="false" />
                        <add input="{HTTP_HOST}" pattern="^www.sitedomainname.co.uk$" />
                    </conditions>
                    <action type="Rewrite" url="sitedomainSubfolder/{R:1}" />
                </rule>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently joined a team that is working on a ASP.NET MVC project.. they
I've recently joined an asp.net mvc project well under way where there isnt much
I recently joined a group that manages a Classic ASP web application. It has
I recently joined this organisation that I am currently working at that has asked
I have recently joined a team that has several applications that perform workload automation.
just joined this awesome site… Ive recently been working in XNA on C#, making
I have recently joined a small development team that is considering a new version
hello guys recently i joined a company. They assigned me a task is to
I recently joined a large C++ project that where the codebase is housed in
I recently joined a company that uses codeigniter. I have been using nodejs and

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.