htaccess rewrite condition old site to new site with querystring
- by Brandon Braner
I am not even going to pretend to fully understand how htaccess rewrite conditions work. I've been working on this for a while searching and searching.
I have an old Wordpress site www.old-site.com and a new site www.site.com. Wordpress uses query strings page_id=# to redirect to pages.
On the old site page_id=2 went to a specific page but on…