Welcome Guest, Not a member yet? Register   Sign In
http://localhost/codeigniter/ yield 404 Page Not Found, how to solve it? Thanks
#1
Question 

I still couldn't understand

http://localhost/codeigniter/  

yield 404 Page Not Found, how to solve it?

Thanks

Attached Files Thumbnail(s)
   
Reply
#2

(12-15-2016, 06:58 PM)jasonchg86 Wrote: I still couldn't understand

http://localhost/codeigniter/  

yield 404 Page Not Found, how to solve it?

Thanks

@jasonchg86 try typing

 localhost/codeigniter/index.php/(loginpage name in controller OR Welcome page)
Reply
#3

on  config file setup 

$config['base_url']="http://localhost:8080/codeigniter/  ";

Thanks
Reply
#4

(12-26-2016, 08:01 PM)shaser Wrote: on  config file setup 

$config['base_url']="http://localhost:8080/codeigniter/  ";

Thanks
Done. Still not working
Reply
#5

Hi,

You should not have a space at the end of the url.
$config['base_url']="http://localhost:8080/codeigniter/";
A good decision is based on knowledge and not on numbers. - Plato

Reply
#6

Done checked.

C:\xampp\htdocs\codeIgniter\application\config\config.php

$config['base_url'] = 'http://localhost:8080/codeigniter/';

Still problem.
Reply
#7

Hi,

You will need to give a bit more detail so we can help you with this.
First I have not tried using CI with the port number in the url, so I don't know if his is a problem, however I would be surprise if it does.

Have you tried to type in the full url?

http://localhost:8080/codeigniter/index....ler/method

Do you have your default controller set in route.php ?

Also what does your default controller/method do?
I would try to simply return some text in the default controller/method
A good decision is based on knowledge and not on numbers. - Plato

Reply




Theme © iAndrew 2016 - Forum software by © MyBB