Is there any way to mask URLs with PHP or something else? I want to use a custom domain with goo.gl, basically I want to be able to send someone to http://l.bearce.me/iS7tz and have them reidrect to http://goo.gl/iS7tz automatically.
I swear I've seen something like this before, but I can't remember the name of it.
You mean this? (URL cloaking, plain HTML with onclick event)
Or this? (HTTP redirect)