Problem/Motivation
on a fresh Drupal 7 install, if we try to access a default path (e.g. /admin/people/permissions) with index.php(e.g. /index.php/admin/people/permissions) , throws "page not found". However, on Drupal 8 latest HEAD, it renders the page nicely. This is the change in behavior.
Proposed resolution
TBA
Remaining tasks
Patch
Review
Commit
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2991819-2-test-only.patch | 916 bytes | vijaycs85 |
Comments
Comment #2
vijaycs85Comment #3
vijaycs85Comment #5
cilefen commentedComment #14
quietone commentedI tested this on Drupal 10.1.x and Drupal 7.92 and confirmed the results as stated in the Issue Summary. I have updated the Issue Summary.