CodeIgniter Forums
Page not found - 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: Page not found (/showthread.php?tid=11319)



Page not found - El Forum - 09-03-2008

[eluser]Unknown[/eluser]
Please help me.

My website was working fine, but something happened and now I can't acess the pages.
if a dial, for example, http://www.teste.com/home i have a not found page.

Someone can help me?


Page not found - El Forum - 09-03-2008

[eluser]Unknown[/eluser]
I think that when I dial http://www.teste.com/home, for example, php looks for the home directory in my domanin. I have many subdomains, one of them is forum. If I dial http://www.teste.com/forum, it loads the forum directory.

In other words, php is not looking for a class but a directory. And I don't know how to figure out this problem. I'm not sure, but before I add the subdomains, It was working fine.


Page not found - El Forum - 09-03-2008

[eluser]Derek Allard[/eluser]
sounds like an htaccess problem. Do you have an htaccess file, and what happens if you remove it? Also, you mention that it was working before you added the subdomain, what happens if you restore to your backup?