From the course: LPIC-2 Linux Engineer (202-450) Cert Prep

Unlock this course with a free trial

Join today to access over 23,200 courses taught by industry experts.

Redirecting URLs with Apache

Redirecting URLs with Apache

- The web is constantly changing. Stick around to see how redirects can help guide your users to the correct site. - [Announcer] You're watching ITProTV. (dramatic music) - Welcome back to LPIC-2. Today's episode is going to be all about redirecting URLs with Apache. So Don, what kind of ground are we going to be covering today? - Well, we're going to take a look at several different ways to take people who are headed to one location and send them somewhere else. We're going to start with redirects like 301 and 302 redirects. And then we'll take a look at rewrite rules which are really advanced and let us do just about anything with the address that somebody's typed in their address bar to get them to the location we want them to be. These are all really important because they impact things like our search engine optimization or SEO values. So, it's important we do them right, not just for the user experience but for our…

Contents