CodeIgniter Forums
The requested URL was not found on this server. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: The requested URL was not found on this server. (/showthread.php?tid=54765)



The requested URL was not found on this server. - El Forum - 09-24-2012

[eluser]Unknown[/eluser]
I get this error after I moved the project to a server
everything goes well on localhost

here is my configuration
i have virtual host like :
b3.menlh.go.id in directory : home/b3/www/MENLH
this website is like the parent website base on joomla

then i want to put CI application on the same server ,
so CI application extracted on home/b3/www/MENLH/registrasi directory

config file:
$config['base_url']= ‘http://b3.menlh.go.id/registrasi’;
$config['index_page'] = ”;
$config['uri_protocol'] =’AUTO’;

my default controller is “main”,

works fine when acces http://b3.menlh.go.id/registrasi

but i get error : “The requested URL /registrasi/main/login was not found on this server. ”
when acces http://b3.menlh.go.id/registrasi/main/login

plis help me guys

thx so much Smile


The requested URL was not found on this server. - El Forum - 09-25-2012

[eluser]Leon Stafford[/eluser]
Can you also post your .htaccess and index.php files here?

Have you tested other controllers' nested functions? Is this the only one giving problems?


The requested URL was not found on this server. - El Forum - 09-26-2012

[eluser]alliemarsh[/eluser]
i have install apache,php,mysql and then I have installed the phpmyadmin by issueing the command in terminal sudo apt-get install