Current File : /home/igihango/public_html/.htaccess
<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteBase /
 RewriteRule  404 /index.php
 ErrorDocument 404 /index.php
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule . /index.php [L]
</IfModule>