This has been asked several times and I'm not sure if this will do it...

I've been googling .htaccess stuff and found an article on how to bypass or gain control over certain pages for things like wordpress which also uses virtual directories. http://striderweb.com/nerdaphernalia/20 ... -htaccess/

The virtual pages in vShare are, I believe, created by the .htaccess RewriteRule much in the same way. I want the page a person sees after they login to NOT be their profile page, but some other page, like the welcome page that they get when they click the link in the welcome email (invite_friends.tpl) OR the main page (anything other than their profile page).

:?: Would something like this be driven by .htaccess and how would one go about redirecting them with it? I think it has to do with this part of the .htaccess:

Code:
RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]