06-12-2010, 09:46 AM
[eluser]bruceb[/eluser]
Hi Guys,
I downloaded CI v1.7.2 into /var/www/html/ for my CentOS 5.4. Browsing to /var/www/html/ci (which is the folder name for download and uzipped CI) gives me this:
I tried different URI PATH methods and none of them worked. I also did the troublshooting:
But that didn't help either. I still see the above page. My understanding is that if I have everything right I should be met by an installation page where it will do the database creation and rest of CI installation??!!!
I have not change any default directory names and I didn't put my web path as an IP and as a domain name like this: http://myvps.com/ci/
Thanks
Hi Guys,
I downloaded CI v1.7.2 into /var/www/html/ for my CentOS 5.4. Browsing to /var/www/html/ci (which is the folder name for download and uzipped CI) gives me this:
Code:
Welcome to CodeIgniter!
The page you are looking at is being generated dynamically by CodeIgniter.
If you would like to edit this page you'll find it located at:
system/application/views/welcome_message.php
The corresponding controller for this page is found at:
system/application/controllers/welcome.php
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.
Page rendered in 0.0131 seconds
I tried different URI PATH methods and none of them worked. I also did the troublshooting:
Code:
$config['index_page'] = "index.php";
To this:
$config['index_page'] = "index.php?";
But that didn't help either. I still see the above page. My understanding is that if I have everything right I should be met by an installation page where it will do the database creation and rest of CI installation??!!!
I have not change any default directory names and I didn't put my web path as an IP and as a domain name like this: http://myvps.com/ci/
Thanks