Re: forwarding...
The directory is "virtual", it doesn't really exist. It is handled by .htaccess RewriteRule. I am doing a lot of googling about this...
I am desperate to find a way to redirect people after login to somewhere other than their profile page, and so far I've come up with this:
Code:
RewriteRule ^([^/\.]+)?/?$ invite_friends.php?username=$1 [L,QSA]
This takes a person to the "invite friends" page after login...the only problem is that now a person can't access their profile page, so I'm doing some digging still, has to do with conditions I think...I'm a total .htaccess n00b. If there's any .htaccess guru's out there, we'd be ever so grateful for any assistance.
In the meantime, since this is not an "installation" issue, I'm going to continue the thread in the TEMPLATE MODIFICATIONS forum. See you there!
If it's not fun, stop doing it!
Bookmarks