How-to articles, tricks, and solutions about MOD-REWRITE
How do you enable mod_rewrite on any OS?
To enable mod_rewrite on a PHP server, you will need to make sure that the Apache mod_rewrite module is installed and enabled.
How to remove "index.php" in codeigniter's path
To remove "index.php" from the URL in CodeIgniter, you can use the .htaccess file.
Htaccess: add/remove trailing slash from URL
To add or remove a trailing slash from the end of a URL using an .htaccess file, you can use mod_rewrite to rewrite the URL.