What should be the preferred approach to redirect old website's url.
Our current website is not on AEM. We are replacing the current website with AEM based website. We have created all new pages. We don't want to redirect old urls to error page. We wish to permanently redirect old urls to similar pages. We have around 100 such urls. I am thinking of writing permanent redirect rules on apache web server. But as per my current logic I will have to write 100 redirection rules.Is this a good solution and Is there any other more feasible approach for the above requirement?