How to give Page Names using keywords?

Discussion in 'HTML & Website Design' started by abhishekp.vibrantcreation, Jul 30, 2011.

  1. #1
    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!!!!!
     
  2. abrakatabra83

    abrakatabra83 Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    abrakatabra83, Jul 31, 2011 IP
  3. victa

    victa Peon

    Messages:
    400
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    victa, Jul 31, 2011 IP
  4. mhack122

    mhack122 Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I agree with you abrakatabra83 you have to called "mod_rewrite".
     
    mhack122, Aug 1, 2011 IP