I just created a website with the help from a developer. We are creating the site based on existing script that I bought from a company.
There are 3 things that I want to achieve regarding the URL.
- I would like to change this:
http://cashduit.com/view_retailer.php?id=11
tohttp://cashduit.com/agoda
- I also dont't want to show the file extension. For example:
http://cashduit.com/about-us.php
tohttp://cashduit.com/about-us
- As it was existing script, I would like to know steps that I should take to change the name of a certain file. My thought is if I want to change this file name, I have to go to every other page file and if there is any track of the old file name, I need to change to the new one so it won't link to the old file name, am I right or there is any other way?. For example: public_html/about-us.php to public_html/aboutus.php and I have to go to every other files and replace any link to about-us.php to aboutus.php
Thanks in advance.