We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36467
    • 73 Posts
    Description of Problem: I am not using modx in a way it should be used to build website(sounds weird, but its true), I am storing and displaying data from custom database tables. The problem is i want to create custom seo friendly urls below
    www.website.com/user/profile/amit
    to match with to
    www.website.com/user-profile?username=amit

    OR
    www.website.com/bank/citibank/345
    to match with
    www.website.com/bank-details?bankid=345


    I came across a plugin customurl but cant get how to use it, I played with it but nothing worked.


    • MODX Version: 2.5.1
    • Try the CustomRequest package.
        • 36467
        • 73 Posts
        Jako, I will give it a try.