You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In: CodeIgniter4/user_guide_src/source/general/managing_apps.rst
there is a small error for when editing index.php to relocate applications directory.
..."set a full server path in the $applicationDirectory variable:"
in CI4 should be
..."set a full server path in the $pathsPath variable:"
$pathsPath = FCPATH . '../your new apps location/Config/Paths.php';
The text was updated successfully, but these errors were encountered:
In: CodeIgniter4/user_guide_src/source/general/managing_apps.rst
there is a small error for when editing index.php to relocate applications directory.
..."set a full server path in the $applicationDirectory variable:"
in CI4 should be
..."set a full server path in the $pathsPath variable:"
$pathsPath = FCPATH . '../your new apps location/Config/Paths.php';
The text was updated successfully, but these errors were encountered: