-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: LimitInternalRecursion on Apache Multisite Subdomain Installs. #438
Comments
This doesn't seem like a bug in Bedrock since we have no included Apache integration or htaccess file. Why do you think it's a bug in Bedrock itself? |
@swalkinshaw What do you mean? /wp in urls is bedrock thing i suppose. Doesnt need any apache rules? |
Our docs are in https://github.com/roots/docs if you think this is an issue with the documentation? I'm not sure if you're saying that example config is wrong or just missing an improvement. But there's nothing to fix in this repo for Bedrock itself. |
Docs are missing apache multisite configuration, and I am using unofficial third-party .htaccess snippets form the forum, but nothing seems to work without issues... |
the example config is for non-multisite installs and is working fine, Why closed? |
I transferred the issue to https://github.com/roots/docs |
Doing the research and maintaining the proper Apache webserver configuration for WordPress multisite setups isn't something that we're interested in. None of us use Apache. Continue this discussion on the 6 year old topic that you bumped prior to submitting this issue. |
Terms
Description
What's wrong?
I am having lots of apache errors from time to time in my Multisite Subdomain Installs.
AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Steps To Reproduce
LimitInternalRecursion errors gives the following htaccess:
I am trying to work with RewriteBase /wp/ but I get file not found in /wp-login.php, wp-cron.php etc but no LimitInternalRecursion .
Expected Behavior
Not LimitInternalRecursion nor Primary script unknown on wp-*php
Actual Behavior
RewriteBase /wp/ gives Primary script unknown and RewriteBase / LimitInternalRecursion
Relevant Log Output
No response
Versions
Ubuntu 20.04 / Apache 2.4.41 / Wordpress 6.1.1 / Bedrcock 1.21.1
The text was updated successfully, but these errors were encountered: