For example, if I wanted to get to my own blog, i just visit
www.mysite.com/admin and i want it to forward to:
http://mysite.com/forums/blog.php?u=1
how can i automate this? I have been doing research and it has something to do with the htaccess file?
Is there a way I can do it where theres a script called userx.php, and basically it passes the username to the script, and the script finds that username and finds the link to the blog...
basically
www.mysite.com/userx.php?=GiantTreeMan
basically the php searches for that string in the sql db and finds the user number, and just pastes that into the link
http://mysite.com/forums/blog.php?u=(number goes here)