Digital site
Digital site

Reputation: 4437

CodeIgniter installation questions

When I upload the CodeIgniter package to my web server on Bluehost, I can get into the main page, but not sure if this is all I have to do.

I've read many questions here about the same issue, but nothing worked for me. As I understand that I have to add some code .htaccess codeignitor code to the root .htaccess, but that made a mess in my url redirection.

I verified that mod_rewrite is working fine through some php code, but still unsure about the installation procedure. did any have this framework works on his Bluehost webserver??

I found the installation guide on this site, but the test fails back to 404 page.

By the way, I uploaded the package on a subdomain folder

Any comments are appreciated.

Upvotes: 0

Views: 519

Answers (1)

Bobby Stenly
Bobby Stenly

Reputation: 1290

That's nothing wrong with Bluehost.. I've upload my CI into a subdomain folder in Bluehost. and nothing wrong.. It work perfectly.. Some questions :

  1. Do you set your base_url correctly? or you can leave it blank.
  2. Are you sure you've write the right .htaccess, and put it in the right place? make sure the index page in the config file is blank.

Upvotes: 1

Related Questions