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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:00:38+00:00 2026-06-11T12:00:38+00:00

I have a simple Zend Framework site I am developing with the addition that

  • 0

I have a simple Zend Framework site I am developing with the addition that there is a myBB forum for the same site.

I placed the forum (In a folder called ‘forum’ within the public folder of the Zend scaffolding but issues are created in that the .htaccess that controls the URL rewrite causes issues for the forum.

I then placed the forum outside of the public folder. This works fine only if I remove the .htaccess, but then Zend obviously doesn’t work.

How can I get the .htaccess rewrite to work such that if the url http://www.mysite.com/forum is used it wont rewrite the url for the Zend Framework, anything else and it should forward to the public folder.

My webroot .htaccess code is:

RewriteEngine On

RewriteRule ^\.htaccess$ - [F]

RewriteCond %{REQUEST_URI} =""
RewriteRule ^.*$ /public/index.php [NC,L]

RewriteCond %{REQUEST_URI} !^/public/.*$
RewriteRule ^(.*)$ /public/$1

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [NC,L]

RewriteRule ^public/.*$ /public/index.php [NC,L]

TIA
John

  • 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-11T12:00:40+00:00Added an answer on June 11, 2026 at 12:00 pm

    .htaccess amended as follows:

    Options +FollowSymLinks
    RewriteEngine On
    
    RewriteRule ^\.htaccess$ - [F]
    
    RewriteRule ^(forum)($|/) - [L]
    
    RewriteCond %{REQUEST_URI} =""
    RewriteRule ^.*$ /public/index.php [NC,L]
    
    RewriteCond %{REQUEST_URI} !^/public/.*$
    RewriteRule ^(.*)$ /public/$1
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^.*$ - [NC,L]
    
    RewriteRule ^public/.*$ /public/index.php [NC,L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The question is quite simple : I have a controller plugin for Zend Framework.
I have weird problem with zend framework basics. I have simple action in IndexController:
I have a project that uses Zend Framework and Zend_Translate . I had to
I have a simple grid in my Zend Framework application: $grid = new Cubique_Grid('user');
Zend Framework 2 + Doctrine 2 Refering to this question, I have a simple
I'm recently have learned to use Zend Framework. I did a simple CRUD application.
I maintain a site that is built using Zend Framework and it's at an
I use PHP, MySQL and Zend Framework. I have some simple tables with simple
My question is simple. Let's say i have setup Zend Framework on my local
I am using zend framework. I have built a simple login screen. when 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.