CodeIgniter Forums
After upload on host, unless homepage loaded ok, the other were not loaded ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: After upload on host, unless homepage loaded ok, the other were not loaded ? (/showthread.php?tid=40802)



After upload on host, unless homepage loaded ok, the other were not loaded ? - El Forum - 04-19-2011

[eluser]ryantran[/eluser]
Local :
- home => load ok
- intro => load ok
- and all pages => load ok
Live :
- home => load ok
- intro => can not found
- and all pages => can not found ?
Why ? Help me plz...!


After upload on host, unless homepage loaded ok, the other were not loaded ? - El Forum - 04-20-2011

[eluser]Nur Cholikul Anwar[/eluser]
What the meaning can not found??

What your webserver??


After upload on host, unless homepage loaded ok, the other were not loaded ? - El Forum - 04-20-2011

[eluser]ryantran[/eluser]
i think that not able to find my files to load.
------------------------------
PS: I live in Vietnam.


After upload on host, unless homepage loaded ok, the other were not loaded ? - El Forum - 04-20-2011

[eluser]Nur Cholikul Anwar[/eluser]
[quote author="ryan tran" date="1303373576"]i think that not able to find my files to load.
------------------------------
PS: I live in Vietnam.[/quote]

You not yet answer my question: What web server use for your application??


After upload on host, unless homepage loaded ok, the other were not loaded ? - El Forum - 04-20-2011

[eluser]Greg Aker[/eluser]
@ryan tran,

Couple things.

If you visit: example.com/index.php?/any_page_but_home does it work? see the question mark after index.php?

You're probably running PHP in an environment using FastCGI, so PATH_INFO is not supported.

See: http://ellislab.com/codeigniter/user-guide/installation/troubleshooting.html

regards,

-greg