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. Future references should use one of the returned URIs.

learn more… | top users | synonyms

0
votes
0answers
7 views

Web.Config Help 301 Redirect With URL With Special Characters

I am trying to redirect a url "www.abc.com/the-blog/c.." with the special characters (two dots at the end of the url) to a page that exists. This link needs to be changed because it is an external ...
0
votes
0answers
9 views

Modx Evo: Cannot get NG!Redirect to work

I am running Evo 1.0.6 and am having trouble getting NGRedirect to work. I have copied the script into a new plugin element, named it, and checked OnPageNotFound in System Events. I then add my ...
0
votes
1answer
14 views

ModX Evo: Where is OnPageNotFound in Systemevents?

I am trying to install NG!Redirect 0.0.2 but am stuck at the 2nd step on the installation guide. It instructs: Go to Systemevents.. - Check: "OnPageNotFound" But I do not see that option. Its seems ...
0
votes
1answer
17 views

htaccess redirect url without changing address bar

Im using bigcartel and i would like to redirect my url to bigcartels url without changing the broswers address bar, i.e www.example.com to be redirect to www.test.bigcartel.com but show ...
0
votes
1answer
18 views

CakePHP 2 in a subdirectory with ngix - 301 redirect

I am having a really hard time getting nginx working with CakePHP in a subdirectory. I'm using nginx because I am only familiar with Apache and I want to learn something new. My goal is to host ...
-1
votes
0answers
5 views

301 index and 15 other pages [closed]

Redirecting a .net to .com. Everything I try works, but not as intended. If I do the below, the redirect for the index work, but the other pages give a 404 on the new site. >Redirect 301 / ...
1
vote
0answers
17 views

301 redirects creating “The page isn't redirecting properly” error in browsers

We have a site where the domain name has changed: On the virtual host for the old domain we're redirecting like this: <VirtualHost *:80> ServerName old-domain.com Redirect permanent / ...
0
votes
1answer
32 views

How do I use Scala dispatch to get the URL returned in a 301 redirect?

I am using Scala dispatch HTTP library, version 0.10.1. I make a request to a URL that returns an HTTP 301, permanent redirect. For example, http://wikipedia.com returns a 301 that redirects to ...
3
votes
1answer
23 views

Differentiate between failed(no network) and cancelled request in ajax error(HTTP status code 0)

I am using Jquery ajaxError to catch all ajax errors. I am having problem with http status code 0. This code is returned when the request fails(no network), or if user refreshes page(or clicks on ...
1
vote
1answer
59 views

301 Redirect entire site to new directory except for index.html landing page

The wordpress site I'm working on got moved into a subdirectory therefore all the links from other sites don't work anymore. I implemented a 301 redirect with .htaccess which is great because it fixes ...
1
vote
1answer
19 views

301 redirects and matching old maproutes to new ones

I have 2 websites an old one called www.old.com and a new one called www.new.com . The old url has a 301 permanent redirect to the new website, but the new website has a different maproute so ...
0
votes
0answers
15 views

MOD Rewrite keeps adding extra parameter to URL and loops indefinitely

I have a website that has mod rewrites changing URL parameters for SEO. I am trying to add a 301 redirect to it so that the empty subcategory page redirects to the subcategory page with a name of the ...
0
votes
0answers
3 views

htaccess address forward regular expression

I am trying to forward from a test URL to the real URL. I am using rackspace and each site there comes with a test URL so that it's possible to build a site a without the final domain name being in ...
0
votes
0answers
7 views

301 Redirect to New Domain where some URL's Change Structure

I am moving my site to a new domain, and need to 301 redirect the entire site, however, some of the URL's (all our product pages to be specific), are dropping the .html extension on the new site. I ...
1
vote
0answers
15 views

301 redirect with django / apache (httpd.conf) for slugs

So I'm redirecting two things. One is SSL and domains and I have a static app with an .httaccess that does this: # https/domain forwarding Options +FollowSymLinks RewriteEngine on RewriteCond ...
0
votes
1answer
22 views

Redirecting non www version of my site to www version results in a redirect loop

I have my website at http://www.artsplash.in and i was trying to redirect non www version of my site to www version(and i dont know if my server is itself doing the reverse without my knowledge). I ...
0
votes
2answers
13 views

How to do a 301 redirect in htaccess while keeping the slug of the original page

We're migrating our blog to Wordpress and need to set up 301's for all the pre-existing URL's. The existing structure from root is as follows: /blog/bid/148509/The-Role-of-a-Father What we need to ...
0
votes
0answers
34 views

AJAX Call Results In 301 Error

I'm making what I think is a fairly straight forward AJAX call using jQuery like this: jQuery('#picks').load('site/templates/snippetServer.php'); But I'm getting a 301 error back from the server: ...
-1
votes
0answers
12 views

301 redirects from multiple domain names - does it damage seo? [closed]

We are creating a new website for a client to replace 3 existing ones. We therefore only want to continue using one domain name. The client has SEO value in each of the 3 domain names in use, if we ...
0
votes
1answer
11 views

301 redirect in .htacces doesnt work:( Redesigned a site but cant get the old url's to link to new ones

I redesigned this website, and tried to create a 301 redirect to redirect the old links to the new ones in order to save the existing google pagerank. I am using joomla for my site. Example of a link ...
0
votes
1answer
20 views

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 domain as follows: Redirect all files in the following directory: ...
0
votes
1answer
30 views

301 redirect some requests to non-existent files in a directory, while 404'ing all others

I need to 301 redirect 40 specific broken URL's within the directory /SOMESLUG/ to the correct/new pages, while returning a 404 error for all other pages within /SOMESLUG/ that don't exist. We're ...
-1
votes
1answer
37 views

301 Redirect default Azure website domain [closed]

I have created an Azure website and pointed a custom domain at it. for SEO purposes I want to remove the default URL provided by URL, but you are unable to do this. How can I configure a 301 redirect ...
-1
votes
0answers
12 views

Cancelling a domain redirect and lauching a site on it [closed]

I have a domain, I will call it 'X.es' that is a country specific domain. It redirects 301 (permanent) to a second domain I will call 'y.otherdomain.com' I want launch 'X.es' as an independent site, ...
0
votes
1answer
30 views

301 Redirect URL with Question Mark/Parameter

I'm trying to redirect a URL with a question mark, but it's not really classed as a parameter. I'm just not sure what query_string I would use if doing a mod_rewrite. I would like to redirect: ...
0
votes
0answers
15 views

301 redirect with query string in a sub-folder to new domain

I'm trying to set up 301 redirects in my htaccess but I can't get my URLS that contain query strings in a sub-folder to redirect properly. My old urls look like this: ...
0
votes
2answers
21 views

301redirect to remove folder from URL

I have: mydomain.com/folder-name/segment1/segment2 I want to change it to: mydomain.com/segment1/segment2 using a 301 redirect. I've tried: RewriteCond %{REQUEST_URI} !^/test/.*$ RewriteRule ...
0
votes
1answer
36 views

Double slash when 301ing from foo.com to www.foo.com with Django / Apache / mod_wsgi

We have a Django application running on Apache through mod_wsgi. Our main domain is foo.com (without www), but we want to manage also www requests redirecting them to the main with a 301. I've setup ...
0
votes
2answers
35 views

When redirecting a page in PHP, what happens to path and query string?

In the following redirection code, if the incoming traffic has path and query string data, is that retransmitted automatically, or must it be captured and retransmitted explicitly? ...
0
votes
1answer
75 views

Suggestions for testing Sitecore 301 URL Redirect

We are using a sitecore 301 URL redirect module for our large scale sitecore project below: https://github.com/thecadams/301RedirectModule The solution is being hosted in ms azure. We need to test to ...
0
votes
1answer
21 views

Using regular expression in htaccess for 301 redirects

I have a Wordpress blog where I am redirecting blog posts from my old blog to my new blog in the format below: The old blog is called 'News' and the new blog is simply called 'Blog' - both exist on ...
0
votes
2answers
19 views

Pattern match 301, retaining one querystring parameter

Been scratching my head over this one. I have a URL format I need to redirect and only need one part of the querystring. Example URL: ...
0
votes
1answer
34 views

Safely redirect old Wordpress blog links to new WP blog

I have two Wordpress blogs on the same domain, (one called 'News' and another called 'Blog') I am moving across all the content from the 'News' blog to the 'Blog' blog but I need to setup the 301 ...
-1
votes
0answers
8 views

How to set this three url redirection in one domain?

http://www.easylife.in/index.html easylife.in/ How to redirect 301 .htaccess code with this two domain in redirect this domain http://www.easylife.in/ Thanks
0
votes
1answer
26 views

IIS7 HTTPS 301 redirect

I have two websites running on the same IIS7 instance - let's call them oldname.com and newname.com (the newer one is simply a rebranded version of the old one). Both sites are SSL-enabled. The ...
0
votes
1answer
55 views

301 redirect help - .htm removed and few urls changed

I'm moving content from an old dreamweaver site to a new wordpress site, all file names are the same, except the new wordpress one's don't have the .htm at the end. Some category/subcats slugs are ...
0
votes
0answers
38 views

Getting an infinite 301 redirect loop in webmaster tools, but not in the browser

I'm working a site with a number of subdomain 'homepages' for countries, like this: site.com/unitedstates site.com/canada site.com/mexico Within these directories are pages and other subdirectories ...
3
votes
0answers
84 views

Internet latency: what do PENDING and FROM CACHE mean in Chrome Developer Tools Network tab

I would like to confirm whether I'm understanding this correctly or not. I'm having severe latency issues when I type "google.com" into the Chrome address bar, but not when I do the same thing in ...
0
votes
1answer
28 views

New htaccess file - 301 re-directs and trailing slash

I am new here, I really need help I am creating a new site with opencart version 1.5.5.1 & I have tried creating my own htaccess file but it is not doing what I want it to do. I have tried a lot ...
0
votes
1answer
34 views

About using Rewriterule .? & {REQUEST_URI} variable to redirect all old domain to new

Is it correct to use RewriteRule .? http://www.newdomain.com%{REQUEST_URI} [L,R=301] to redirect all pages from old domain to new domain (including 404)? I have it in one of my htaccess. It works ...
1
vote
2answers
34 views

difference between RewriteRule ^(.*)$ & RewriteRule (.*)$

When moving all pages from old domain to new domain, i noticed some people added a ^and other not in rewriterule What is the different between RewriteRule ^(.*)$ http://mynewdomain.com/$1 [R=301,L] ...
0
votes
0answers
21 views

301 redirect going to old page name

I am trying to redirect a previous site (natural-alternative-solutions.com) to a new WordPress site (www.hormonesolutionscenter.com). The standard 301 Redirect did not work, but RedirectMatch did. ...
1
vote
2answers
32 views

website shows 500 code error after issuing 301-redirect

I have a long list of redirects, about 1300. Somewhere along these 1300 301-redirects something went wrong. Whenever I upload my .htaccess file I get a 500 code on my website. I dont know how to ...
0
votes
0answers
12 views

How to 301 url which are getting generated automatically with dots

My webmaster showing some urls ending with dots - showing as duplicate url of the sam econtent http://www.xyz.com/index.php?option=com_news&view=detail&n_id=170&ite.. ...
0
votes
0answers
35 views

.htaccess mass URL 301 redirect tricks

I've not seen an answer for this mass 301 redirect issue specifically... Can anyone let me know how to do this.... category/brand URLs: redirect: /ID-some-brand (e.g. /43-religion-clothing or ...
0
votes
0answers
81 views

301 redirect -new link structure of website

i am converting an old zencart site to opencart with new design. every thing is done, i have also enabled SEF urls in opencart so my opencart links look like ...
0
votes
0answers
18 views

.htaccess 301 redirect from directory to new domain refuses to work

I'm trying to redirect everything from olddomain.com/directory to www.newdomain.com. I tried placing the following in an .htaccess in the directory which I wanted to redirect (not the old domain's ...
0
votes
0answers
22 views

301 redirect in Oracle Portal 10.1.4

A client of mine is running Oracle Portal 10.1.4. We have since built a new site for them but naturally don't want to lose the SEO page values of the previous site. Does anyone know how to do a 301 ...
0
votes
1answer
29 views

301 redirect from URL including unicode chacters

Tried all possible methods can't make it work. Your help is my last chance! Have an old and new wordpress website at the same domain. Trying to 301 redirect from: mywebsite.com/שלום or its encoded ...
0
votes
1answer
28 views

Redirect website folders splitted into two different domains with htaccess

I am looking forward changing my oldomain.com and everything under its language folders oldomain.com/en and oldomain.com/it to newdomain.com for the first and newdomain.it for the latter. I now need ...

1 2 3 4 5 15