How to redirect pages easily?
Content
Hi,
Let's say I had /app/page1 but wanted to redirect it to /app/some/other/page what is the best way to do it? I don't want to leave /app/page1 there. More specifically how do I redirect page X to page Y without page X having to exist?
Can something be done in the pre hook function? Has anyone done this before?
Thanks
2