Hey everyone. I run www.thinkcomputers.org and around 6 months ago we moved the entire site over to wordpress. We have over 1000 reviews and we have been slowly moving them over to the new site. Old reviews are coded like the following:
http://www.thinkcomputers.org/index.php?x=reviews&id=933
the code in my .htaccess file for the rewrite looks like this...
RewriteCond %{QUERY_STRING} [&]?x=reviews&id=933[&]?
RewriteRule ^index.php$ http://www.thinkcomputers.org/asus-p6t-intel-x58-lga-1366-motherboard-review/? [R=301,L]
That code had been working for a while but up until recently it returns: http://www.thinkcomputers.org/?x=reviews&id=933 instead of http://www.thinkcomputers.org/asus-p6t-intel-x58-lga-1366-motherboard-review/.
Any reason why it might be doing this?
Here is a link to the .htaccess file: http://www.thinkcomputers.org/enigma5/htaccess.txt