Answers for "Remove public from the url in the codeigniter"

0

Remove public from the url in the codeigniter

$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');
replace by
$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');
Posted by: Guest on January-08-2022

Code answers related to "Remove public from the url in the codeigniter"

Browse Popular Code Answers by Language