How can i change my website internal pages URL's

Discussion in 'PHP' started by rahulamaze, Apr 9, 2013.

  1. #1
    Hello,

    I have one website and internal pages name like this "sevices.php?abc=12

    But i want to charge it like "/services.php" So, how can i do that.

    Please let me know how can i do that from Cpanel.?

    Kind Regards,
    Rahul
     
    Solved! View solution.
    rahulamaze, Apr 9, 2013 IP
  2. dombo

    dombo Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    You can change this in htaccess file. More about htaccess http://en.wikipedia.org/wiki/Htaccess
     
    dombo, Apr 9, 2013 IP
  3. #3
    You cannot just change services.php?abc=12 to services.php , because .httaccess will NOT be able to know that abc has int value 12, so it wont know what to parse to services.php.
     
    edduvs, Apr 9, 2013 IP
  4. rahulamaze

    rahulamaze Active Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    53
    #4
    @edduvs: Thanks your suggestion, you know i actually don't even redirect the pages coz, i have to make that page first,, man, it's soo confusing. i guess i have to hire a developer for this.. :)
     
    rahulamaze, Apr 9, 2013 IP
  5. ChiragKalani

    ChiragKalani Active Member

    Messages:
    41
    Likes Received:
    2
    Best Answers:
    3
    Trophy Points:
    73
    #5
    Hi Rahul,
    This can be done through .htaccess. It requires to update the link as well as htaccess file.
     
    ChiragKalani, Apr 10, 2013 IP