diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 43eea3d5e..ef7c73dd8 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -97,30 +97,9 @@ cd ~/Project/Root ``` This will ensure that your `.htaccess` and `index.php` are set to a reasonable default value -for a clean installation. - -After upgrade the `index.php` should look something similar to the below: - -```php -addMiddleware(new ErrorControlChainMiddleware($app)); -$response = $app->handle($request); -$response->output(); -``` +for a clean installation. If you have applied customisations to your `.htaccess` +file (e.g. a custom `main.php`, HTTP header configuration, deny file access), +you'll need to manually reapply these to the copied default file. #### Upgrade references to renamed and namespaced classes