Skip to content

Commit 58a0f80

Browse files
fix: improve wording for .env file location recommendation
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent 2592dbb commit 58a0f80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user_guide_src/source/general/managing_apps.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,9 @@ pointed to the ``public/`` directory, as recommended.
110110

111111
In practice, however, some applications are served from a subdirectory (e.g., ``http://example.com/myapp``)
112112
rather than from the main domain. In such cases, placing the ``.env`` file within the ``ROOTPATH`` may expose
113-
sensitive configuration if ``.htaccess`` or other protections are misconfigured.
113+
sensitive configuration data if ``.htaccess`` or other protections are misconfigured.
114114

115-
To avoid this risk in such setups, it is recommended to ensure the ``.env`` file is located outside any
116-
web-accessible directories.
115+
To avoid this risk in such setups, it is recommended that you ensure the ``.env`` file is located outside any web-accessible directories.
117116

118117
.. warning::
119118

0 commit comments

Comments
 (0)