Hi I am new to php. I gone through Mod_Rewrite, everything works good but i have a doubt. By clicking the hyperlink the url is not changing My Original Url http://www.somesite.com/widgets.php?colour=blue After Mod-rewrite http://www.somesite.com/widgets/blue/ If i copy this and paste in address bar it works good. <a href="http://www.somesite.com/widgets.php?colour=blue">click here</a> But when i click this link : ( http://www.somesite.com/widgets.php?colour=blue ) this link only shown in the address bar. But i want this ( http://www.somesite.com/widgets/blue/) link to be shown in address bar. Should i want to change all the hyperlink to seo friendly or it will be automatically converted ? Please help !!!
Sorry this is not for wordpress or any cms site. My site is created with pure php coding. Please help !!!