Welcome Guest, Not a member yet? Register   Sign In
How to remove public/index.php/ from url
#6

(This post was last modified: 01-22-2018, 11:43 PM by ktmonty.)

Thanks for reply everyone i tried same as the document but it still not working for this url

Code:
http://localhost:8080/codeIgniter4/


"If you see this message, you have not configured your web server properly.

You need to set your "document root" to the public folder inside your project. This could be your default setting, or that of a virtual host, depending on how you set up your local development environment."


working good with
Code:
http://localhost:8080/codeIgniter4/public/
this url

if i call
Code:
http://localhost:8080/codeIgniter4/public/home
 this url it directly redirects to
Code:
http://localhost:8080/dashboard/



and
Code:
http://localhost:8080/codeIgniter4/public/index.php/home
this works good

but i want
Code:
http://localhost:8080/codeIgniter4/home
to work on this link it shows 404 error
Reply


Messages In This Thread
RE: How to remove public/index.php/ from url - by ktmonty - 01-22-2018, 11:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB