Making Codeigniter clean URLs cleaner
Usually when working with codeigniter you come across the use case where you need to remove the extra “index” appearing in the URL for purposes ranging from shorter URLs to SEO. For example,
An interface to collection of thoughts and ideas about technology.

Usually when working with codeigniter you come across the use case where you need to remove the extra “index” appearing in the URL for purposes ranging from shorter URLs to SEO. For example,
Jarosław Rzeszótko from Poland decided to interview distinguished programmers. Linus Torvalds – The Linux kernel author Dave Thomas – Author of the “Pragmmatic Programmer”, “Programming Ruby” and other great books about programming. One can read his mainly programming-related thoughts here. … Continue reading
Generally websites average a ratio of 9:1 or more for reads:writes for their applications which makes MySQL replication as one of the ways to scale you web application. The simplest configuration is to separate reads and writes with all the … Continue reading