Tag: lamp

Removing index.php from URL when using CodeIgniter

Posted on 12/27/10 No Comments

When using php codeigniter framework, we have to remove index.php from the url.  After removing the index.php, the url will look like http://www.example.com/codeigniter/sample.  This is useful for creating better Search Engine Friendly URLs for your web site. Steps to follow: Create a .htaccess file in the root of the project with contentsRewriteEngine on RewriteCond $1 [...]

Read more

Installing LAMP Stack on a Ubuntu Server

Posted on 11/15/10 No Comments

This is a step-by-step instructions on how to setup LAMP stack on Ubuntu server (Ubuntu 9.10). This setup is based on linode VPS. Linodes are very easy to setup and manage. It uses XEN virtualization technology. You can find more information about linodes @ www.linode.com. If you are looking for a dedicated server for your [...]

Read more