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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:28:42+00:00 2026-06-09T12:28:42+00:00

I have three folders in my document root – localhost/myMainProject/ localhost/myMainProjectSubdomain/ localhost/myThirdProject/ I want

  • 0

I have three folders in my document root –

localhost/myMainProject/   
localhost/myMainProjectSubdomain/  
localhost/myThirdProject/

I want to do the achieve following URL mapping –

www.mymainproject.com ---> localhost/myMainProject/
mysubdomain.mymainproject.com ---> localhost/myMainProjectSubdomain/
www.mythirdproject.com ---> localhost/myThirdProject/

I tried to change my hosts file to :

127.0.0.1/myMainProjectSubdomain mysubdomain.mymainproject.com
127.0.0.1/myMainProject www.mymainproject.com 
127.0.0.1/myThirdProject www.mythirdproject.com

But this doesnt work. I think I have to create some .htaccess file or something somewhere but have no idea how that works.

Is this possible ? Please guide me on how this can be achieved. 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-09T12:28:43+00:00Added an answer on June 9, 2026 at 12:28 pm

    Put this in your htaccess file in the document root:

    RewriteEngine On
    
    # for www.mymainproject.com
    RewriteCond %{HTTP_HOST} ^(www\.)?mymainproject\.com$ [NC]
    RewriteCond %{REQUEST_URI} !^/myMainProject
    RewriteRule ^(.*)$ /myMainProject/$1 [L]
    
    # for mysubdomain.mymainproject.com
    RewriteCond %{HTTP_HOST} ^mysubdomain.mymainproject\.com$ [NC]
    RewriteCond %{REQUEST_URI} !^/myMainProjectSubdomain
    RewriteRule ^(.*)$ /myMainProjectSubdomain/$1 [L]
    
    # for www.mythirdproject.com
    RewriteCond %{HTTP_HOST} ^(www\.)?mythirdproject\.com$ [NC]
    RewriteCond %{REQUEST_URI} !^/myThirdProject
    RewriteRule ^(.*)$ /myThirdProject/$1 [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the /data directory of solr, suppose, I have three folders named as index,
I have three source files in a folder. I simply want to compile them
I want to have folders and documents which every one have a folder. Folders
Sandboxed applications have certain document folders where they can keep data such as plists
I have a document that is an overview document within a folder, there are
I have three files in a folder 'test' one.php two.php print.html And i have
Why can't I browse deeper into the folder, I still have some folders there:
I've got main folder: c:\test And there I have 2 folders: Movies and Photos.
I have this snippet and there are 3 images and 3 folders in the
I have a simple file browser and there I display files and folders, obtained

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.