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.

.htaccess redirect without changing address bar

I'm trying to write an .htaccess rule to redirect to a script, which further redirects somewhere else. Kind of like …

.htaccess redirect http-status-code-301
301 redirect from URL with query string to new domain with different query string

I am trying to figure out how to do a 301 redirect in my htaccess file to redirect some files to …

.htaccess redirect query-string http-status-code-301
How to 301 redirect in ASP.NET 4.0?

I am trying to implement URL redirect for the website rather than doing it page by page. I want to …

asp.net redirect search-engine http-status-code-301
How long does Chrome remember a 301 redirect?

I have a new author site that I want to make available from a domain that I had previously used …

google-chrome http-status-code-301 http-redirect http-response-codes
What is causing this 301 redirect?

I have a problem with my server redirecting http://www.mylesgray.com:8080/ -> http://www.mylesgray.com/. Here are …

linux redirect nginx http-status-code-301 varnish
301 Moved Permanently

I'm trying to get HTML by URL in Java. But 301 Moved Permanently is all that I've got. Another URLs work. …

java html http http-status-code-301
Avoiding 301 redirect caching

This is a follow up question to Using 301/303/307 redirects for dynamic short urls, where I try to determine the best …

caching redirect http-status-code-301 no-cache http-status-code-307
How to 301 redirect all pages to the same pages on new domain

I'm moving my site from old-domain.com to new-domain.com with exactly the same pages, e.g., if old-domain.com …

.htaccess redirect http-status-code-301
htaccess 301 redirect issue with url variables

If I use this code, it's successful: Redirect 301 /products.php http://website.com.au/product_123.php But if I do …

.htaccess http-status-code-301
Cannot remove 301 redirect

I stupidly did a 301 redirect on websiteA.com to websiteB.com. After removing it from the .htaccess file the redirect …

.htaccess redirect http-status-code-301