I need to give a page name using keywords. Given Page Name : merchant_site-80.html I Required : vedoms.html These are the cases in almost all pages of the website. Please suggest me the correct way how to solve this problem in PHP. Thanks!!!!!
If they are static pages then why dont you simply rename them? If they are dynamic pages then look into the possibility of using something called "mod_rewrite" in your .htaccess files
it will depend a lot on how your script work, how it store the database. No one can tell you the correct way just by reading your post. And just like the poster above said if your site's a dynamic pages, you might need some "mod_rewrite" rules in .htaccess file.