Routing
-
Where would be the appropriate place to put in a route? For example if I wanted to put in a redirect etc.. Instead of creating a page, where would be a better place to put that in?
-
Is the route you are creating for a specific module? Or more of a global redirect?
-
global redirect
-
I would put it in my .htaccess file.
-
Hi, depends how you like to manage things.
You can do apache/nginx redirect or you can use bespoke module approach where you have 1 module just for this kind of stuff (global helpers, routes etc.).