Welcome Guest, Not a member yet? Register   Sign In
Problem with uploaded site
#1

[eluser]AndresC[/eluser]
Hi.In my pc I have AppServer and the site works fine.

$config['base_url'] = "localhost/bd/";

But when I upload it to an on-line server I change to

$config['base_url'] = "http://74.52.117.182/~andres/bd/";

(if I goto http://74.52.117.182/~andres I get the generic index.html so the server it's working)

Can this URL be the problem why I keep getting a 404 page not found when I goto:

http://74.52.117.182/~andres/bd/ ????

I've also tried going directly to a controller/method and the error is that a model couldn't be found.
Also tried the differents $config['uri_protocol'], with the same output.

thanks and sorry for the spelling errors.
#2

[eluser]Blaze Boy[/eluser]
http://74.52.117.182/~andres/bd/ ????
question: when you goto that url do you get 404 error of the server or of codeigniter .. that would clear the things up if it's the server's page then it can't find codeigniter file (permissions problem)
if not then it's codeigniter problem ... and we'll talk about it if it is
#3

[eluser]AndresC[/eluser]
Thanks Blaze! And yes, I get the CI 404 error page. The extrange URL is it because I am in the process of getting a "text one" (www...), maybe thats the the problem. I'm trying with the 'echos technic Tongue' to see if I get somewhere.
Any ideas?




Theme © iAndrew 2016 - Forum software by © MyBB