Welcome Guest, Not a member yet? Register   Sign In
404 Page Not Found Error
#11

[eluser]Colin Williams[/eluser]
Right here http://codeigniter.com/downloads/
#12

[eluser]buddhika2009[/eluser]
no i mean the working sample like 'hello world'
#13

[eluser]Colin Williams[/eluser]
The download comes with a working example at application/controllers/welcome.php
#14

[eluser]bikuta[/eluser]
I have a similar problem:
I just got a linux server setup and I copied a clean copy of CI and it doesn't work when I use:
http://localhost/index.php/welcome

However it works when I use:
http://localhost/index.php/welcome.php

Is there something I'm missing?
#15

[eluser]Aken[/eluser]
[quote author="bikuta" date="1236102431"]I have a similar problem:
I just got a linux server setup and I copied a clean copy of CI and it doesn't work when I use:
http://localhost/index.php/welcome

However it works when I use:
http://localhost/index.php/welcome.php

Is there something I'm missing?[/quote]
Did you change config.php to include .php extensions onto the URL system? That's the only thing I can think of.
#16

[eluser]bikuta[/eluser]
Nope I did not touch the code at all. It is straight from the download.
Could it be that my installation of Apache has some missing modules?
Are there any specific modules or extensions required in order for CI urls to work?
#17

[eluser]pistolPete[/eluser]
[quote author="bikuta" date="1236104618"]Nope I did not touch the code at all. It is straight from the download.[/quote]
But you should customize the settings: Installation Instructions

[quote author="bikuta" date="1236104618"]Are there any specific modules or extensions required in order for CI urls to work?[/quote]
No. Server Requirements
Try the different settings of
Code:
$config['uri_protocol']
#18

[eluser]bikuta[/eluser]
I found out that the server is not Apache but Nginx, so that was the problem.

Thanks for the help anyway.




Theme © iAndrew 2016 - Forum software by © MyBB