Welcome Guest, Not a member yet? Register   Sign In
http://localhost/index.php
#2

(This post was last modified: 09-13-2019, 11:49 PM by msjagan.)

You have to do couple of steps to remove the public text from the URL

#1 Copy "index.php" and ".htaccess" files from the public folder and the paste on the root directory (eg. http://localhost)
#2 After pasting both files to the root folder, open the index.php from the root directory and edit the following line as shown below

$pathsPath = FCPATH . '../app/Config/Paths.php';
To
$pathsPath = FCPATH . 'app/Config/Paths.php';

Try this, It will work
Reply


Messages In This Thread
http://localhost/index.php - by agusph - 09-13-2019, 10:48 PM
RE: http://localhost/index.php - by msjagan - 09-13-2019, 11:49 PM
RE: http://localhost/index.php - by agusph - 09-14-2019, 12:06 AM
RE: http://localhost/index.php - by msjagan - 09-14-2019, 01:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB