Redirecting with a Subdomain
Difficulty: 1 (rated by author; 1=easy <--> 5=difficult)
Views: 1105
Module: Domain Camp
Category: Domain Camp Week 2
Mostly we will create content on our own servers for our subdomains, but they also are handy for being an easy to remember short cut link to content elsewhere on the web. We can use a subdomain as a way to seamlessly send a site visitor to a link we have chosen
For example, the Mad Scientists at Extend Labs are crazy about a YouTube Channel of the same name. https://www.youtube.com/channel/UCsV_xDVe9DUY7xXq0rezB9g
If you see that URL, do you know what it is for? It’s rather ugly. That’s one place were Domain Redirects come in handy.
Access your domain’s cpanel, and in the Domains section, follow the link for Redirects.
From the second menu under Add Redirect, The Mad Scientists select the subdomain they created for videos:

In the Redirects field, they enter the URL where they want to send people (the one above). Next, they click Add. See what this URL does http://videos.extendlabs.ca. Cool, eh? Are you not easily impressed?
Now this is not all that different as using a short link service like bit.ly but with this tool you can manage everything from your own domain, and it has your domain built into the URL as a bit of identity building for people who know your work. When you manage the redirection, you can later change the link where it sends people, or maybe even in the future, create your own site where the videos will reside.
When you return to the Subdomains section of cpanel, you can see at a glance the ones you made, where the files are stored, where the redirection links go.

Now try to think of a situation that it would be useful to have a subdomain on your site act as a redirection to another URL outside of your domain. You may need to review the activity for creating a subdomain.
Use this redirecting subdomain as the URL for your response to this activity.
Example for "Redirecting with a Subdomain":
http://videos.extendlabs.ca
Laura Killam
I wanted to make one link on my webpage redirect. I installed WordPress, published a post, then did the activity but added the rest of the path under the domain. When I click on it on my website it doesn’t work. Thoughts?
Alan Levine
I would not suggest this tool for redirecting within WordPress, it gets tricky with the way URLs are handled by it. For one thing, the actual URLs for WordPress are not what is published, they are more like http://blog.domain.me/index.php?p=245
If you want to redirect form WordPress, I suggest this plugin https://wordpress.org/plugins/quick-pagepost-redirect-plugin/