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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:55:34+00:00 2026-05-20T00:55:34+00:00

I had this almost working several hours ago, but I can’t seem to get

  • 0

I had this almost working several hours ago, but I can’t seem to get all the mod-rewrite stuff working right for Zend.

Given this directory structure:

/home/branches/branch1/public/index.php
/home/branches/branch2/public/index.php
/home/branches/branch3/public/index.php

How can I access these like so:

branch1.branch.example.com
branch2.branch.example.com
branch3.branch.example.com

Without having to hardcode in each branch?

Here’s my starting point (source), (I somehow can’t even get this to work at the moment, but I swear it was working this morning, ha!).

ServerAlias *.branch.example.com
RewriteEngine on
RewriteCond %{HTTP_HOST} .* [NC]
RewriteCond %{HTTP_HOST} ^([^\.]+)\.branch\.example\.com
RewriteCond /home/branches/%1/public
RewriteRule ^(.*) /%1/$1 [L]

(Side note: I’m actually working with a huge codebase using old alpha version of ZF that uses /www/errors.php as a bootstrap instead of /public/index.php, (and might even need some different rewrite rules than the current version) but I modified the above code to fit the current ZF setup)

  • 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-05-20T00:55:34+00:00Added an answer on May 20, 2026 at 12:55 am

    Have you configured a wildcard subdomain (for routing purposes)? It won’t work unless you do.

    I also think this line won’t work:

    RewriteCond /home/branches/%1/public
    

    I think that your last line needs to be something like this:

    RewriteRule ^(.*)$ /home/branches/%1/public/$1 [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had this problem some time ago and I gave up but lately it
Had this working; at one stage. The problem is the following text is now
I had this weird problem a little while ago and haven't been able to
I had this working at some point, as I had a question about this
I had this, which was working fine: public static Integer[] photos = new Integer[]
I had this problem before and can't for life of me remember how to
I had this nasty bug that disappeared in the past but now after quite
I though I had solved this problem, but it is back: Code generation for
Had another thread regarding this but it wasn't resolved probably because I wasn't very
I was working with one product where almost every table had those columns. As

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.