I need to rewrite url in joomla. But the url should not be showing "index.php" and no numbers (0-9) as well.
1st condition: The url cannot be " http://www.abc.com/index.php/components/article" rather than it should be "http://www.abc.com/components/article".
2nd condition: the url cannot be "http://www.abc.com/components/article/9" where it contains 9 number .
How can this be done?