rosuandreimihai Posted May 19, 2016 Share Posted May 19, 2016 Hi all, I have a new CMS page that is going to be used for displaying dynamic data from database depending on certain parameters passed via overridden Link.php class. If I don't create any Dispatcher rule for url rewrite, the link would show me the parameters Now, the task is to alter somehow the rewritten url link to actually include those parameters passed The link should look like: mysite.com/flowers-country-city.html The params are country and city and they are passed using the Link.php class as metioned Until now I have created the CMS page "flowers-" and the link displayed is "mysite.com/flowers-" but I don't know how to alter the rewritten url Could someone help me sort it out? Thank you! Link to comment Share on other sites More sharing options...
rosuandreimihai Posted May 19, 2016 Author Share Posted May 19, 2016 Never mind, I just figured it out by myself! I should have looked for the rule inside the dispatcher, now it works just fine Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now