Install Codeigniter 2.1

Asked

Viewed 57 times

-2

They know how to install Codeigniter 2.1 correctly because I’m using a script with it but it doesn’t work and I also saw that it needs to . htaccess know what . htaccess is of it?

  • 7

    This question seems to be discounted because it does not provide the information necessary to diagnose the problem. Put more details of your system and we can help you. And write the question making it clearer.

1 answer

4

First thing: there is an official Codeigniter website (https://ellislab.com) and there is also a place where you can find all the documentation in English (https://ellislab.com/codeigniter/user-guide/index.html) where on the right there in black is a click tab that is written TABLE OF CONTENTS.

I’ll give you a very special link, the installation manual ... in English (https://ellislab.com/codeigniter/user-guide/installation/index.html).

Well the steps are simple:

You

  • Download the Framework (https://ellislab.com/codeigniter/download);
  • Unzip all content within your local server or hosting;
  • Go to Phpmyadmin and create a user database and password for your CI;
  • And configure everything inside that file: application/config/config.php
  • And that too: application/config/database.php

Browser other questions tagged

You are not signed in. Login or sign up in order to post.