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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:17:34+00:00 2026-06-11T17:17:34+00:00

Take a look at this sample vhost snippet: <VirtualHost *:80> DocumentRoot /web/content ServerName me.example.com

  • 0

Take a look at this sample vhost snippet:

<VirtualHost *:80>
    DocumentRoot /web/content
    ServerName   me.example.com
</VirtualHost>

Say /web/content contains 2 files, index.html and page.html, and a subdirectory colors containing yellow.html. index.html contains links like href="/page.html" and href="/colors/yellow.html", using / to refer to the web root.

Is there a way to internally use me.example.com/test/ as the root of the site? In other words, when a user goes to http://me.example.com/test/, I want to fetch /web/content/index.html. So, the /test/ in the URL would essentially be a dummy “folder”.

Basically, I’d like me.example.com/test to function exactly how a subdomain (say, test.me.example.com) would. Something like setting ServerName me.example.com/test (but I know that doesn’t work).

I know I could simply make a REAL folder /web/content/test and put everything in there, but that would break my links beginning with a /, as they would still refer to /web/content as the web root. The same problem arises when adding a directive like Alias /test /web/content.

Do I have any options here? Maybe using RewriteBase somehow? (I’ve tried a few things with no luck.)

  • 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-11T17:17:35+00:00Added an answer on June 11, 2026 at 5:17 pm

    Try putting this in the htaccess file in your document root

    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/test/(.*)$
    RewriteCond %{DOCUMENT_ROOT}/%1 -f [OR]
    RewriteCond %{DOCUMENT_ROOT}/%1 -d
    RewriteRule ^ /%1 [L]
    

    This maps the /test/ URI path to the document root. If you want to say, map it to the colors folder, you’d do:

    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/test/(.*)$
    RewriteCond %{DOCUMENT_ROOT}/colors/%1 -f [OR]
    RewriteCond %{DOCUMENT_ROOT}/colors/%1 -d
    RewriteRule ^ /colors/%1 [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Take a look at this example here: http://denise.brixwork.com/showlisting/1/8297-Valley-Drive-Alpine-Meadows-Whistler-denise-brown-real-estate And the red tables under Specifications
take look at this: http://www.templatemonster.com/demo/35403.html In this template you can click on the image
Take a look at this snazy plugin: http://remysharp.com/2007/12/28/jquery-tag-suggestion/ ** it's real small Source: http://remysharp.com/downloads/tag.js
i've a huge problem. Take a look to this sample code private sub FUNCTION1()
Take a look on this simple sample: <input type="button" value="btn1" id="btn1" /> <input type="button"
Take a look at this code: ColorResult contains Index, Color Name, and Probability Colors.Add(new
I'm posting this because i'm curious about something. For example, let's take a look
Take a look at this: http://thebekker.dk/_skole/GFeksamen/ You can see the 2nd menu item show
Take a look at this with IE or Chrome and notice the yellow block:
Take a look at this site . When you scroll down, it automatically loads

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.