Url Manipulation With Mod Rewrite Htaccess Apache


Put this code in your .htaccess file and edit your index.php to catch the right page!
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php