Skip to content

ferdiozer/Codeigniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published