You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me go ahead and apologize if I am failing to understand an obvious method to solve this problem, but I really could not find a way yet.
Let us imagine that for a particular set of pages, I want to create a route using segment_1 that maps to a template with a different url_title than the one that is present at that channel's entry without issuing a redirect.
Let me go ahead and apologize if I am failing to understand an obvious method to solve this problem, but I really could not find a way yet.
Let us imagine that for a particular set of pages, I want to create a route using segment_1 that maps to a template with a different url_title than the one that is present at that channel's entry without issuing a redirect.
Example: 'example.com/privacy' (maps to) 'example.com/static/main/privacy-policy'
In this example, the "group/template" would be "static/main" and the real url_title, would be "privacy-policy".
What I am looking to do is replace some of the routes I have using Freeway, now that the project has been discontinued.
The text was updated successfully, but these errors were encountered: