Top "Http-status-code-301" questions

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.

How to do a non-cached 301 redirect?

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-301
Htaccess redirect all files from subdirectory in one domain to another domain

I 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-redirect
htaccess multi language site with sub directories, and default 301

I 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-301
nginx keep port number when 301 redirecting

I'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-301
Get the referral url in javascript

I want to see how much traffic I get from various URL shortening services like bit.ly tinyurl.com But …

javascript http-status-code-301 referrals
Redirect 301 from a Directory to a Single File

I'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-301
Zend Framework: How to 301 redirect old routes to new custom routes?

I 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-301
Asp.Net MVC 301 Redirects

We 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-301
Laravel 5.2 How To redirect All 404 Errors to Homepage

How 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.2
Case-insensitive htaccess 301

I 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