Welcome Guest, Not a member yet? Register   Sign In
Remove method and ID from URL
#1

Hi, i have this url:
Code:
https://mydomain.com/article/39/being-part-of-the-riders-growth-is-worth-every-sacrifice

and i would like have:
Code:
https://mydomain.com/being-part-of-the-riders-growth-is-worth-every-sacrifice

I have tried with routes but i can't. Someone can help me please?


This is the route for article page:
Code:
$routes->add('article/(:num)/(:any)', 'Frontend/Main::article/(:any)');

With this i remove the controller from URL:
Code:
$routes->add('(:any)', 'Frontend/Main::$1');

Thanks.
Reply


Messages In This Thread
Remove method and ID from URL - by eleumas - 07-09-2020, 04:23 AM
RE: Remove method and ID from URL - by jreklund - 07-10-2020, 02:54 AM
RE: Remove method and ID from URL - by eleumas - 08-17-2020, 04:38 AM
RE: Remove method and ID from URL - by inumaru - 07-10-2020, 10:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB