How to Change URL of the Contact Page in form.phtml File in Magento

contact-us

the contact us page url is "contacts" in this site : http://demo.kidsdial.com/CONTACTS

this is the code : http://pastebin.com/eWDcbi0W

in above code, where i have to change "contacts " to "contact-us" to change the "url"

of that "contact" page.

please help me to find solution.

thanks in advance.

Best Answer

This has been answered on StackOverflow, I'll quote:

  1. In the Catalog menu click on URL Rewrite Management.
  2. Click the Add URL Rewrite button.
  3. Choose to add a Custom type.
  4. Enter "contacts" for ID Path and Target Path.
  5. Enter "contact-us" for the Request Path.
  6. Click the Save button.

Source: https://stackoverflow.com/a/5897601/664108

Related Topic