Long time user of WordPress, new to rewrite hacks.
Using 2.0, moving drupal to WP and need to write a rule for my drupal links:
site.com/node/view/### to site.com/index.php?p=###
I'm not certain of the rule ([node/view/([0-9]{1,})/?$] => index.php?p=$1 maybe?) or where to put it.
I know .htaccess contains these rules, but I also know wp 2 handles rewrites differently.