@@ -25,8 +25,8 @@ section of the User Guide to begin learning how to build dynamic PHP application
2525Initial Configuration
2626*********************
2727
28- Setting the Base URL of Your Site
29- =================================
28+ Configure for Your Site URIs
29+ ============================
3030
3131Open the **app/Config/App.php ** file with a text editor.
3232
@@ -53,8 +53,8 @@ If you intend to use a database, open the
5353**app/Config/Database.php ** file with a text editor and set your
5454database settings. Alternately, these could be set in your **.env ** file.
5555
56- Setting to Development Mode
57- ===========================
56+ Set to Development Mode
57+ =======================
5858
5959If it is not on the production server, set ``CI_ENVIRONMENT `` to ``development ``
6060in **.env ** file to take advantage of the debugging tools provided. See
@@ -65,8 +65,8 @@ in **.env** file to take advantage of the debugging tools provided. See
6565 by setting the environment to "production". By default, the application will
6666 run using the "production" environment. See also :ref: `environment-constant `.
6767
68- Setting Writable Folder Permission
69- ==================================
68+ Set Writable Folder Permission
69+ ==============================
7070
7171If you will be running your site using a web server (e.g., Apache or nginx),
7272you will need to modify the permissions for the **writable ** folder inside
0 commit comments