[eluser]Sarfaraz Momin[/eluser]
Hi,
I have tons of such URLs and I use the routes available in codeigniter for such URLs. I just have one rule in my .htaccess and that is to remove the index.php file. Well to demonstrate this is how you can achieve it in codeigniter.
Code:
$route['aboutus\.html'] = "index.php/pages/aboutus";
I found that codeigniter gave me a lot more flexibility and power when using the routes for clean and SEO friendly URLs.
Hopes this make sense. Let me know if you have any queries.
Good Day !!!