Welcome Guest, Not a member yet? Register   Sign In
Ok... So I've made the jump to CI, but get 'page can't be found' on my server?!
#1

[eluser]littlejim84[/eluser]
Hello everyone. I'm now jumping into CodeIgniter and have a fresh install on my local computer and when I go to the folder it comes up fine with the normal welcome message. Now, I've tried to upload the folder up to my live server (hosted with UnitedHosting.co.uk) and I go to the folder and it says "Page Cannot be Found" (CodeIgniter message) ... I've looked in the config file and made sure it had the correct base_url, but still nothing... I have no .htaccess file in this folder by the way... So what could it be? It works fine on my local, and its exactly the same on the live, except for the different base_url setting.

Please, can anyone help?? I'm dying to get on and code with this thing...
#2

[eluser]zotium[/eluser]
i'm getting the same error. A fresh install of CI gives me 404.

I've set the base_url and i'm certain mod_rewrite is working because CakePHP runs fine.
#3

[eluser]gtech[/eluser]
have you followed the steps suggested in the troubleshooting section of the user guide?

[url="http://ellislab.com/codeigniter/user-guide/installation/troubleshooting.html"]http://ellislab.com/codeigniter/user-guide/installation/troubleshooting.html[/url]
#4

[eluser]zotium[/eluser]
thank you! PATH_INFO was all that I needed!
#5

[eluser]wiredesignz[/eluser]
I have just completed a fresh install of CI (from SVN) to a FreeBSD/Apache/PHP5.2.3/Plesk server running FastCGI.

It required REQUEST_URI as uri_protocol and modified .htaccess RewriteRule ^(.*)$ index.php [L]

I hope someone benefits from these discoveries, and other members should continue to post their different setups and findings here.




Theme © iAndrew 2016 - Forum software by © MyBB