I'm trying to redirect "http://www.example.com/stuff" to "http://www.example.com/?page_id=399"
But the redirected url comes up as "http://www.example.com/%3fpage_id=399" and thus renders a Not Found error.
My htaccess file looks ok. What gives? Any ideas??