-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Directly honour robots.txt if htaccess.RewriteBase #31483
Conversation
I'm still facing this issue with 10.1.0. |
@ownclouders rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase failed! Please rebase your pull request manually via the command line. Reason:
|
Codecov Report
@@ Coverage Diff @@
## master #31483 +/- ##
============================================
- Coverage 64.78% 63.1% -1.68%
+ Complexity 18372 18271 -101
============================================
Files 1199 1147 -52
Lines 69565 70962 +1397
Branches 1281 1700 +419
============================================
- Hits 45065 44778 -287
- Misses 24127 25748 +1621
- Partials 373 436 +63
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #31483 +/- ##
============================================
- Coverage 64.78% 64.77% -0.01%
Complexity 18372 18372
============================================
Files 1199 1199
Lines 69565 69565
Branches 1281 1281
============================================
- Hits 45065 45063 -2
- Misses 24127 24129 +2
Partials 373 373
Continue to review full report at Codecov.
|
Thank you @phil-davis 👍 |
Still facing with 10.1.1... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks safe 👍
please backport by branching off stable10 and sending a PR back to stable10 with this change
Hi,
If
htaccess.RewriteBase
is set, then robots.txt can't be requested.This PR then solves this issue.
Thank you 👍
Ben