The 301 or Moved Permanently error message is a HTTP standard response code indicating that the requested resource has been assigned a new permanent URI.
A while ago all browsers changed their behaviour and started caching 301 redirects, I would like to know how to do …
php http redirect http-status-code-301I am trying to create a permanent htaccess redirect (301) from all files in one directory in one domain, to another …
.htaccess redirect http-status-code-301 http-redirectI am having some issues setting up my htaccess to allow multiple languages utilising the sub directory method eg: http://…
.htaccess localization multilingual http-status-code-301I'm trying to collapse a second brand of a web app into the first brand and use 301 redirects to redirect …
nginx server vagrant http-status-code-301I want to see how much traffic I get from various URL shortening services like bit.ly tinyurl.com But …
javascript http-status-code-301 referralsI'm having a bit of trouble figuring out something that should be simple. I want to 301 redirect everything in a …
apache .htaccess redirect directory http-status-code-301I have a large list of old routes that I need to redirect to new routes. I am already defining …
zend-framework redirect http-status-code-301We used to use ISAPI Re-Write (Infact its still on our server) although it doesnt work with ASP.Net MVC (…
asp.net asp.net-mvc asp.net-mvc-3 http-status-code-301How can I redirect all 404 errors to homepage? I have custom Error Page but google analytics is throwing too much …
laravel redirect http-status-code-404 http-status-code-301 laravel-5.2I have about 300 redirects in the following format Redirect 301 /post/My-Blog-Post.aspx https://www.example.com/blog/a-new-post/ That works …
.htaccess http-status-code-301