Redirecting www and non-www website traffic

One the most common uses of htaccess files is to force a users and search engines to use a specific url scheme. If you don’t force a specific url scheme, meaning www or non www, then it’s likely you could be penalized by search engines for duplicate content. It’s been long known that www and…


302 Redirect Using .htaccess file

Why would I ever want to use a 302 redirect? Well, for starters, 302 redirects are temporary redirection commands designed to notify user or, more specifically, search engines that the link being used for redirection could be modified in the future. Plain and simple, it’s not a permanent decision. It’s simply a temporary decision that…