Following a complete overhaul of a project, I need to redirect all my old urls (which are actually directories) to my new pages. I tested with permanent redirect : RedirectPermanent /directory /page.html or RedirectPermanent /directory/ /page.html
but I get a 404 error
Can anyone help me?
Many thanks