I have an old EE 1.6 site that has been migrated over to Wordpress (Sorry!) and I need to 301 redirect all the old articles to the new WP ones.
My htaccess is working file on simple html redirects but when i try to redirect an EE url nothing happens. On a simple redirect like this…
redirect 301 /index.php?/old_category/old_page_link /new/new-page-link
nothing works. I’ve tried every style of redirect syntax I know and nothing seems to do anything.
Is there anything in the way EE deals with url requests that would mean the htaccess redirect is getting missed or ignored? I thought htaccess rules ran first but maybe theres something in EE I’m missing or a trick to doing it.
Any hep would be massively appreciated as I’ve spent hours with my hosting company tracking the issues down to this level.
Thanks
Paul