It is known that URL with querystring
parameter can be rewritten with .htaccess.
For example
localhost/mynews/category.php?cat=news&subcat=9
To
localhost/mynews/news/9
But is there any way to customize anchor tag
<a href="category.php?cat=news&subcat=9"></a>
which is shown in bottom left corner while hovering
link.
localhost/mynews/category.php?cat=news&subcat=9
to
localhost/mynews/news/9
PHP, jquery/javascript or htaccess, any way can we customize ?