diff --git a/docs/en/04_Changelogs/4.1.0.md b/docs/en/04_Changelogs/4.1.0.md index 567d32b39..a77b6b284 100644 --- a/docs/en/04_Changelogs/4.1.0.md +++ b/docs/en/04_Changelogs/4.1.0.md @@ -27,6 +27,11 @@ this folder doesn't exist. When separating the public webroot from the BASE_PATH it is necessary to move a few files during migration: - Move `.htaccess` from base to `public/` + - Create a new `.htaccess` in base that contains: + ``` + RewriteEngine On + RewriteRule ^(.*)$ public/$1 + ``` - Move `index.php` from base to `public/` - Move `assets` folder (including the nested `assets/.protected` folder) into `public/`. This is the only folder which needs write permissions.