I have url Like http://somesite.com/packagemenu.php?conname=domestic-tours-packages&consubname=kerala-tours-packages
Now, i want to make it seo friendly with php code or htaccess rewriterule
my output should be look like this
http://somesite.com/domestic-tours-packages/kerala-tours-packages
2
Answers
Simply apply the rewrite rule like this:
If you want to redirect from querystring to short url, Try the following
shortest way to do it is as above!