I'm trying to create an easy way to communicate my Facebook page link to people - something I can write on a cocktail napkin, so to speak. What I'm trying to do is
http://www.billMorrisMusic.net/facebook
...and then, in IIS, redirect from there to the much longer, awkward, hard-to-share address that Facebook creates. I can do this on IIS - I've done it on other, non-WP sites, so I know it can be done. According to IIS, it works just fine. (Alternately, I could do it with a PHP file and a LOCATION header...if.)
However, my WP site gives me a 404 error. I think it's probably something to do with permalinks, but I don't know enough about the system to say one way or the other.
Can someone help here? What do I need to do?