Hey Guys,
Today I’m going to cover something that’s asked about a lot but is, in actual fact, quite easy to do. It’s the subject of redirects.
First things first though. What is a redirect and why would you want one?
Well “redirect” can refer to a few things but in this case we are referring to a server side redirect and specifically one controlled by htaccess on linux based servers.
Windows based server control redirects with IIS and while they can be easy too we will cover that in another tutorial.
A redirect is essentially a command that makes an end user or client go to somewhere other than the place they first requested, this can be for a huge range of reasons such as older pages, broken pages, site moves or more but essentially it lets you control a users behaviour. Continue reading