i am trying for a htaccess redirect but it hasnt been working i have a wordpress installation at http://www.mysite.com/wp whose links are like http://www.mysite.com/wp/?p=124468 i want to redirect sucs links to http://www.mysite.com/redirect.php?p=124468 so i added this in htaccess of the wp subfolder RewriteRule ^\?p=([\d]*)$ http://www.mysite.com/redirect.php?p=$1 this isnt showing any effect,. am i wrong somewhere?