Skip to content

Commit fdf3252

Browse files
committed
docs: change sub section titles and level
1 parent c917982 commit fdf3252

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/installation/running.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ in the ``AllowOverride`` setting::
122122
Require all granted
123123
</Directory>
124124

125-
Virtual Hosting
126-
===============
125+
Hosting with VirtualHost
126+
========================
127127

128128
We recommend using "virtual hosting" to run your apps.
129129
You can set up different aliases for each of the apps you work on,
@@ -164,14 +164,14 @@ If your project folder is not a subfolder of the Apache document root, then your
164164
``<VirtualHost>`` element may need a nested ``<Directory>`` element to grant the web server access to the files.
165165

166166
Testing
167-
=======
167+
-------
168168

169169
With the above configuration, your webapp would be accessed with the URL **http://myproject.local/** in your browser.
170170

171171
Apache needs to be restarted whenever you change its configuration.
172172

173-
With mod_userdir (Shared Hosts)
174-
===============================
173+
Hosting with mod_userdir (Shared Hosts)
174+
=======================================
175175

176176
A common practice in shared hosting environments is to use the Apache module "mod_userdir" to enable per-user Virtual Hosts automatically. Additional configuration is required to allow CodeIgniter4 to be run from these per-user directories.
177177

0 commit comments

Comments
 (0)