Skip to content

Commit c917982

Browse files
committed
docs: change sub section order
1 parent 0a1e43a commit c917982

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

user_guide_src/source/installation/running.rst

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

125-
Removing the index.php
126-
======================
127-
128-
See :ref:`CodeIgniter URLs <urls-remove-index-php-apache>`.
129-
130125
Virtual Hosting
131126
===============
132127

@@ -168,6 +163,13 @@ e.g., **apache2/conf/extra/httpd-vhost.conf**::
168163
If your project folder is not a subfolder of the Apache document root, then your
169164
``<VirtualHost>`` element may need a nested ``<Directory>`` element to grant the web server access to the files.
170165

166+
Testing
167+
=======
168+
169+
With the above configuration, your webapp would be accessed with the URL **http://myproject.local/** in your browser.
170+
171+
Apache needs to be restarted whenever you change its configuration.
172+
171173
With mod_userdir (Shared Hosts)
172174
===============================
173175

@@ -234,18 +236,16 @@ Be sure to specify options and permissions for the CodeIgniter public directory
234236
</Directory>
235237
</IfModule>
236238

239+
Removing the index.php
240+
======================
241+
242+
See :ref:`CodeIgniter URLs <urls-remove-index-php-apache>`.
243+
237244
Setting Environment
238245
===================
239246

240247
See :ref:`Handling Multiple Environments <environment-apache>`.
241248

242-
Testing
243-
=======
244-
245-
With the above configuration, your webapp would be accessed with the URL **http://myproject.local/** in your browser.
246-
247-
Apache needs to be restarted whenever you change its configuration.
248-
249249
******************
250250
Hosting with Nginx
251251
******************

0 commit comments

Comments
 (0)