Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Remove public from the url in the codeigniter

$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');
replace by
$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');
Source by techtechinfo.com #
 
PREVIOUS NEXT
Tagged: #Remove #public #url #codeigniter
ADD COMMENT
Topic
Name
6+8 =