Skip to content

Commit 65c6a61

Browse files
authored
Merge pull request #8549 from kenjis/docs-upgrade_4xx.rst
docs: add note for index.php change
2 parents f7492e5 + a9c17a9 commit 65c6a61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_guide_src/source/installation/upgrade_4xx.rst

+9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Namespaces
4747
Application Structure
4848
=====================
4949

50+
.. important::
51+
**index.php** is no longer in the root of the project! It has been moved inside
52+
the **public** folder, for better security and separation of components.
53+
54+
This means that you should configure your web server to "point" to your project's
55+
**public** folder, and not to the project root.
56+
57+
If you would use Shared Hosting, see :ref:`deployment-to-shared-hosting-services`.
58+
5059
- The **application** folder is renamed as **app** and the framework still has **system** folders,
5160
with the same interpretation as before.
5261
- The framework now provides for a **public** folder, intended as the document root for your app.

0 commit comments

Comments
 (0)