Welcome Guest, Not a member yet? Register   Sign In
The requested URL was not found on this server.
#1

[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
#2

[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?
#3

[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




Theme © iAndrew 2016 - Forum software by © MyBB