Trying to figure out how to do this redirect. I need to be able to redirect example: mydomain.com/f ----> to a facebook page or mydomain.com/t to redirect to the twitter page but everything I have tried will redirect any link with a "f" or a "t" in it so I am a bit frustrated. Anyone want to help?
simplest method is best i just create a directory at public/f and in it a index.php file with PHP: <?Header("Location: https://facebook.com/yourpage");?>