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