File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ Namespaces
47
47
Application Structure
48
48
=====================
49
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
+ If you would use Shared Hosting, see :ref: `deployment-to-shared-hosting-services `.
58
+
50
59
- The **application ** folder is renamed as **app ** and the framework still has **system ** folders,
51
60
with the same interpretation as before.
52
61
- The framework now provides for a **public ** folder, intended as the document root for your app.
You can’t perform that action at this time.
0 commit comments