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.

301 redirect vs 307 redirect

I am wondering about the difference between 301 and 307 redirects. I am looking to generate backlinks through a home-brew url redirector, …

url redirect http-status-code-301 url-shortener http-status-code-307
PHP 301 Redirect, Impossible?

I have been trying to do a proper 301 redirect and have failed to do so. No matter what i try, …

php http-status-code-301
301 redirect will not work with %20 in url

I am trying to create this redirect: Redirect /commercial%20work.html http://nataliearriolaphotography.com/fine-art-photography-prints.html The problem is that …

.htaccess http-status-code-301
How to undo a 301 redirect?

Now, I don't have any problems with 301 redirects, but one person asked me for the way to undo cached 301 redirects …

browser redirect search-engine http-status-code-301 http-status-codes
What is the more recommended way to 301 redirect in asp.net?

I've googled everything, and I've read a ton of different responses -- some I've tried to implicate with no success. …

asp.net redirect http-status-code-301 visual-web-developer-2010
PHP CURL follow redirect to get HTTP status

I created the following PHP function to the HTTP code of a webpage. function get_link_status($url, $timeout = 10) { $ch = …

php redirect curl http-status-code-301
Client Web Browser Behavior When Handling 301 Redirect

The RFC seems to suggest that the client should permanently cache the response: http://www.w3.org/Protocols/rfc2616/rfc2616…

internet-explorer firefox webclient http-status-code-301 behavior
How to use a non-www domain with heroku?

I know they don't support it, but seriously, how to do it? Point A-records to an ip which only serves …

http heroku web http-status-code-301
react-router how do I use redirectLocation or the 301 or 302 status

We are about to deploy our site in reactjs and we have (re)moved one url but merged it in …

javascript express reactjs react-router http-status-code-301
How do I redirect domain.com to WWW.domain.com under Django?

How do I go about redirecting all requests for domain.com/... to www.domain.com/... with a 301 in a django …

django apache mod-wsgi http-status-code-301