File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
130125Virtual Hosting
131126===============
132127
@@ -168,6 +163,13 @@ e.g., **apache2/conf/extra/httpd-vhost.conf**::
168163If 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+
171173With 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+
237244Setting Environment
238245===================
239246
240247See :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******************
250250Hosting with Nginx
251251******************
You can’t perform that action at this time.
0 commit comments