After a user signs up (and goes through payment processor OR free signup) I want to send them to a page where they can upload files (i plan on using a php page with a form that it submits to itself), and THEN send them to thanks.php. I was planning on using an .htaccess RewriteRule to do this, but then i realized that i would then never be able to send people to thanks.php. Also, i noticed that the url for thanks.php doesn't seem to be in the amember root directory, but appears to exist in the payment plugin's directory...is this via rewriting? I need some graspable explanation of this proccess so i can implement my needs. Thanks all you knowledgable ones. You make my life easier.