We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b371688 commit fdd44e8Copy full SHA for fdd44e8
user_guide_src/source/installation/upgrade_4xx.rst
@@ -47,6 +47,13 @@ Namespaces
47
Application Structure
48
=====================
49
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
- The **application** folder is renamed as **app** and the framework still has **system** folders,
58
with the same interpretation as before.
59
- The framework now provides for a **public** folder, intended as the document root for your app.
0 commit comments