Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 765 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 765 Bytes

PHP Codeigniter Quick Starter

You can start developing immediately by cloning it locally or to your server.

For what

Speeding up and streamlining the development process

How to use

git clone https://github.com/ferdiozer/Codeigniter.git

If you have an SSL certificate, update the htaccess file as follows

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [L]
RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Support

Documentation For your questions