×

php up to date

Showing posts with label codeigniter. Show all posts
Showing posts with label codeigniter. Show all posts

Django Based Webapplication development service provider USING Mangodb or MySql

Django Based Webapplication development service provider USING Mangodb or MySql

We are expert in Django based web application development work. If any one need Djang based webapplication we can deliver it very quickly with cheap price.

Our other services
Political website Design
Political Website Development
Portfolio website design and Development
Quiz Website design and Development
Circket application design and development
Shopping mall billing software/application development
Retail appication development
Codeigniter web application development
Wordpress website design and development
Digital Marketing serives
SEO
Graphic design and social media marketing services
Poster and Banner design
ECommerce website design and development
Hotel/Lodge/Restaurent Billing application development
RealEstate Web application development
Tours and travels web application development

Our websites

www.eightlegbuilders.in

how to solve 301 url redirect issues on codeigniter project?

how to solve 301 url redirect issues on codeigniter project


#FORCE HTTPS
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

<IfModule mod_rewrite.c>
  RewriteEngine On
  #RewriteBase /

    # Send would-be 404 requests to Craft
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC]

    # REMOVE INDEX.PHP
    RewriteRule (.+) index.php?p=$1 [QSA,L]

#www to non www
RewriteCond %{HTTP_HOST} ^www\.yourwebsite\.com$
RewriteRule ^/?$ "http\:\/\/yourwebsite\.com\/" [R=301,L]

</IfModule>


About codeigniter Framework

CodeIgniter?



CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

CodeIgniter is open souce PHP Framework.

What is CodeIgniter?

  • Cool toolkit for building web.
  • Simple and elegant framework to create web applications.
  • Good documented PHP framework

Why CodeIgniter?

  • Cool performance
  • Small footprint
  • Almost zero configuration framework
  • Framework with good and clear documentation

Where You can get it?

Whenever you need CodeIgniter?

  • You need exceptional performance.
  • You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
  • You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one)
  • You eschew complexity, favoring simple solutions

Latest news about codeigniter 

Ellislab sold Codeigniter to Bristis colombia Insititue..In feature it will come with new features.

Frameworks using CodeIgniter

Which is content management system using codeigniter framework. Which good to create a website dynamically.

2.FuelCms
FUEL CMS is built upon the popular PHP web frameworkCodeIgniter and plays nicely with your existing installations.
3. Ionizecms
Ionize is an Open Source PHP Content Management system

Exclusive Features
  • Offers incredible control in comparison to other frameworks specially Yii.
  • Best framework for Beginners as it is simply great and easier to learn
  • Exceptionally High performance and broad compatibility delivered with standard hosting
  • Zero configuration required to let the task easier for you
  • Large scale monolithic libraries that let complexity break into simplicity
  • Thorough maintenance
  • Required skills – PHP and OOP basics Latest Stable Version- 2.1.4 Most Suited for – Beginners Release Date – Feb 28,2006 Licensed Under- OSL