I have installed the module FireSALE in PyroCMS.
I want to remove the “FireSale” from the URI or change it to a custom string if possible.
i.e
http://mydomain.com/firesale/cart
to
http://mydomain.com/cart
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll be able to accomplish it in the main routes.php (system/cms/config/routes.php
The best way to do it without running into conflicts (such as other modules uri like domain.com/blog etc) is to place something like the below code in your routes.php
Also change your default controller from pages to firesale (optional)