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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:46:54+00:00 2026-06-17T23:46:54+00:00

I have set up a subsystem in my app: example.com/index.cfm/subsys:foo/bar What I want to

  • 0

I have set up a subsystem in my app:

example.com/index.cfm/subsys:foo/bar

What I want to do is map a subdomain to that subsystem to eliminate the need for the subsystem specification in the PATH

subsys.example.com/index.cfm/foo/bar

We serve our FW1 app through IIS6 currently, but may migrate to Apache, so a solution in either is acceptable.

  • 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-17T23:46:56+00:00Added an answer on June 17, 2026 at 11:46 pm

    With Apache’s mod_rewrite you can do something like:

    RewriteCond %{HTTP_HOST} ^(subsys)\.example\.com
    RewriteRule /index.cfm/(.*) /index.cfm/%1:$1
    

    To make it work with multiple subdomains/subsystems, use a pipe-delimited list inside the parentheses:

    RewriteCond %{HTTP_HOST} ^(sub1|sub2|sub3)\.example\.com
    

    To make it work for any non-www subdomain, for any domain, use a condition such as:

    RewriteCond %{HTTP_HOST} ^((?!www\.)\w+)\.
    

    For IIS6, you would probably need third-party software, such as Helicon Tech’s ISAPI Rewrite, which supports mod_rewrite syntax.

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

Sidebar

Related Questions

I have set up an app that is registered for remote notifications. - (void)application:(UIApplication*)application
I have set up an asset host at assets.domain.com but it appears that cookies
I have set the eclipse java formatter to wrap lines that exceed 120 characters
I have a content provider that is custom to my set of Android applications,
Have set of coordinates that need to be separated into groups that are close
I am working on VS2005 sp2, with qt3.3.7. I have set the linkers>system>subsystem to
I already have a project that uses a lot of COM, and HRESULTS. Anyways
I have a set of nested DIVs that slidetoggle using jQuery as the user
I have set up a WCF service that will accept both JSON and XML
I have set the background of my Android app to white and used the

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.