By longwave on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.0.x
Introduced in version:
11.0.0-beta1
Issue links:
Description:
The Statistics module has been removed from core and moved to a contrib project.
Sites that are using a customised .htaccess file should remove the following lines from it:
# Allow access to Statistics module's custom front controller.
# Copy and adapt this rule to directly execute PHP files in contributed or
# custom modules or to run another PHP application in the same directory.
RewriteCond %{REQUEST_URI} !/core/modules/statistics/statistics\.php$
Impacts:
Site builders, administrators, editors