@@ -48,7 +48,7 @@ The simplest method to set the variable is in your :doc:`.env file </general/con
4848Apache
4949------
5050
51- This server variable can be set in your `` .htaccess `` file or Apache
51+ This server variable can be set in your ** .htaccess ** file or Apache
5252config using `SetEnv <https://httpd.apache.org/docs/2.2/mod/mod_env.html#setenv >`_.
5353
5454.. code-block :: apache
6262-----
6363
6464Under nginx, you must pass the environment variable through the ``fastcgi_params ``
65- in order for it to show up under the `$_SERVER ` variable. This allows it to work on the
65+ in order for it to show up under the `` $_SERVER ` ` variable. This allows it to work on the
6666virtual-host level, instead of using `env ` to set it for the entire server, though that
6767would work fine on a dedicated server. You would then modify your server config to something
6868like:
@@ -105,14 +105,14 @@ a fresh install:
105105Effects On Default Framework Behavior
106106=====================================
107107
108- There are some places in the CodeIgniter system where the ENVIRONMENT
108+ There are some places in the CodeIgniter system where the `` ENVIRONMENT ``
109109constant is used. This section describes how default framework behavior
110110is affected.
111111
112112Error Reporting
113113---------------
114114
115- Setting the ENVIRONMENT constant to a value of ``development `` will cause
115+ Setting the `` ENVIRONMENT `` constant to a value of ``development `` will cause
116116all PHP errors to be rendered to the browser when they occur.
117117Conversely, setting the constant to ``production `` will disable all error
118118output. Disabling error reporting in production is a
0 commit comments