301 is the HTTP status code for a permanent redirect.
1
vote
1answer
404 views
Robots.txt practices with .htaccess redirections (inherits)
I have a question regarding how to write robots.txt files for many domains and subdomains with redirects in place.
We have a hosting account that enacts primary and add-on domains. All of our domains ...
1
vote
1answer
190 views
Redirect /project/permalink/ to /project/permalink.html
htaccess redirect (301) all my old content from my wordpress to my new url-design. I want to redirect all the last trailingslashs to .html ... the permalinks are allready working, but i dont want to ...
3
votes
1answer
367 views
Domain Masking / Cloaking?
I don't know whats the correct term for it, but what I'd like is to forward users visiting domain1.com to domain2.com without changing the URL in their address bar at all, IE. show contents from ...
2
votes
1answer
47 views
Moving to a new domain - what to do to minimize visitor loss
I want to move my website to a new domain. Would be nice if you can share some experience or suggestion to minimize loss of visitors.
In google webmaster tools there is an option which allows to move ...
1
vote
2answers
46 views
rewrite url (redirection)
How to rewrite url:
www.domain.com
domain.com
to
www.domain.com/sell.html
Were sell.html is already rewritten I need some kind of redirection.
1
vote
1answer
398 views
htaccess and 301 redirects - multiple domains
I have the following which redirects mydomain1.co.uk and mydomain1.com to www.mydomain1.com perfectly.
RewriteCond %{HTTP_HOST} !^(.*)\.mydomain1\.com$ [NC]
RewriteRule ^(.*)$ ...
3
votes
1answer
403 views
What does the '^' mean in “rewrite ^ http://test.com permanent;”
I found some configuration of nginx contains:
if($args ^~ post=140) {
rewrite ^ http://test.com/ permanent;
}
What does the ^ mean in rewrite ^ http://test.com/ permanent?
2
votes
3answers
2k views
Subfolder won't permenantly redirect to subdomain
Right now I have the following code to redirect all non-www URLs to www URLs:
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
Besides that redirection, ...
4
votes
2answers
561 views
I have domain.com and domain.org to the same site, should I use redirects to avoid duplicate content [duplicate]
Possible Duplicate:
What is duplicate content and how can I avoid being penalized for it on my site?
I have both the .com and the .org for a domain name, and using Apache I point them to ...
2
votes
1answer
65 views
Difference in stats on the same domain - seo related
Recently i started to optimize my company's website. With a little help of market samurai.
One of the adjustments was a www redirect to the prefered domain. We currently
rank on #8 for our desired ...
2
votes
1answer
77 views
Issue with permanent redirect implementation
I have a tricky problem related to 301 redirections I badly need help with.
I tried to implement these via .htaccess, but ran into trouble.
The start of my .htaccess looks like this:
SetEnv PHP_VER ...
1
vote
1answer
362 views
How do I hide a 301 redirect from my root domain?
I was analyzing my webpage SEO using an online tool where I saw that my http status for my root domain name www.caliberequipment.com was resulting in a 301 redirect to ...
2
votes
2answers
641 views
301 vs 302 redirect for ?url=URL
I have the following URL for affiliates:
http://www.mydomain.com/affiliates/partners/partnerName.do?url=http://www.mydomain.com/product/3
The value of url will change all the time.
For this, I ...
3
votes
2answers
98 views
How can I find the number of users who visit my site via a redirect?
My domain foo.com redirects (via a permanent 301) to bar.com. I want to know how many visitors to bar.com come from having first visited foo.com.
I'm using Woopra - originally, I thought the ...
1
vote
2answers
449 views
what's better for SEO : a 301 moved page vs an alias?
I recently optimized my site changing the keywords but also the path to those pages (I'm using human readable urls)
So google will not find those pages anymore...
what's the best aproach in this case:
...
2
votes
1answer
71 views
Best Domain Redirect Approach for Large Network
We are launching a new network and want to focus/funnel users to our top sites. We have hundreds of domains, but most of them don't really merit their own development (many were bought for brand ...
1
vote
2answers
210 views
Redirecting bad links to the correct links via htacess or 301 redirect plugin for WordPress
I'm getting a lot of 404 errors b/c I recently switched content management systems (Habari to WordPress). I would like to use the 301 redirect plugin for WordPress to capture and helpfully redirect ...
0
votes
1answer
228 views
Googlebot crawling 301 redirected URLs again and again
We're having some problems with our site www.inzoco.com.
There are lots of old URLs being crawled again and again, even if we send a 301 code.
We have checked the entire site several times with a ...
0
votes
1answer
70 views
Trouble with .htacess redirection
I use this redirect rule to redirect users from www.domain.com/admin to www.domain.com/wp-admin on a WordPress site.
RedirectMatch 301 \@admin http://www.domain.com/wp-admin
The problem is that ...
0
votes
1answer
133 views
mod rewrite help needed to redirect old domain to new domain
I recently switched sites from janeullah.com (which had an A dns entry pointing to janeullah.zenfolio.com) to janeullahphotography.com. I'm on Dreamhost, currently have A record on janeullah.com going ...
2
votes
1answer
398 views
301 redirect: Is this good or bad for 2 domains?
Since i couldn't find any appropriate answer to my specific question, I wanted to ask you.
I've read alot of things about the 301-redirect for moving pages and so on. A customer of mine has booked a ...
2
votes
1answer
236 views
Will a 301 redirect help in maintaining proper page rank?
I have http://www.example.com/article
Due to rampant content development by authors in my site, http://example.com/article has also been widely indexed by Google.
Now, both are there roughly in ...
0
votes
2answers
287 views
DNS add-on domain setup and redirect
I have several domains which I'd like to point to another (I'll call it foo.com). A couple of things aren't entirely clear to me.
First, the DNS. I'm using Kloxo/HyperVM. Do I need to create separate ...
4
votes
3answers
9k views
301 Redirect HTML Pages
In a web debugger, the html of a 301 redirect page shows up as:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
...
3
votes
1answer
410 views
For SEO, is a 301 or 302 redirect better for affiliate links?
For SEO, is a 301 or 302 redirect better for affiliate links?
Are there any benefits/drawbacks for either?
PriceGrabber uses 301
Shopzilla uses 302
Nextag uses 302
1
vote
1answer
225 views
301 Redirect are these URLs equivalent?
I want to redirect an entire duplicate directory to the same files in the directory above the dup_folder.
Redirect Code in .htaccess:
Redirect 301 /dup_folder/ http://www.example.biz/
It redirects ...
2
votes
2answers
250 views
Redirecting different domains to your main site
My main domain is domain.com (for example), but i want to buy:
domain-dragon.com
domain-killer.com
and on and on
and redirect (301) to my main domain - domain.com, is this considered as a ...
1
vote
1answer
279 views
godaddy url forwarding while keeping relative path
I'm hosting my website on Google app engine and my domain name on Godaddy.
Google app engine does not allow you to have naked URLs. So it doesn't allow you to have example.com but does allow you to ...
1
vote
1answer
3k views
How to setup mod_rewrite/htaccess to do url masking and forwarding to a subdirectory?
Its been about three years since I've played with apache and php(I've been using thin and nignx ;). So I've forgotten how to setup a mod_rewrite directive to forward all http requests from root to the ...
1
vote
1answer
77 views
Redirecting domains to prevent duplicate content [duplicate]
Possible Duplicate:
What is duplicate content and how can I avoid being penalized for it on my site?
I have 2 domains:
www.company.com
and
www.product.com
I like both domains, they ...
1
vote
1answer
590 views
What can cause RewriteRule to work only for certain pages?
Is there any extern factor (that is, not in the .htaccess file) that can cause the RewriteRule not to work for specific URLs (of existing pages)?
I have the following code in the .htaccess (it ...
1
vote
3answers
123 views
How to Preserve PageRank for Disappearing Pages?
Pretend that USA Today has a section of their site where the sell electronics, which they locate at http://electronics.usatoday.com. The subdomain is powered by an online electronics store called ...
3
votes
1answer
151 views
Is it ok to use 301's this way?
I installed a forum, which has a page for member info. I want this to link to my main sites member info page which is a lot more detailed and interactive.
The forum membership page has the url:
...
0
votes
2answers
97 views
Best way to deal with non existant page
I had on my website category pages.
they were http://my.site.com/en/somecountry/category/
but with the structure change of my site (it's rather new), I have no need for this ...
4
votes
3answers
1k views
What is the best way to redirect my naked domain?
I have example.com, which points to web server using A records, I want to redirect all traffic from www.example.com to example.com.
As far as i know these are methods,
301 HTML redirect from www to ...
3
votes
3answers
129 views
How important is it to 301 redirect forum posts
I am going through the process of porting all forum data from PHP to ASP.net, it's quite a long and difficult process. There are around 30,000 threads, it's been online for quite a few years.
How ...
0
votes
1answer
46 views
mod_rewrite change . to -
I'm moving my site and the URL structure has changed because of the new CMS. The urls would be similar to http://www.example.com/my.products.htm on the new site we are changing the URLs to this ...
3
votes
3answers
258 views
SEO disasters moving domain for a high traffic website?
We're looking at moving our website from http://www.wikijob.co.uk to http://www.wikijob.com/uk as we spread our wings internationally.
Our .co.uk website has a PR6 and received around 1/2 million ...
2
votes
2answers
224 views
301 redirect and page ranking
Say I have a site 123example.com, with roughly 100 backlinks, which has increased from a google page 27 to page 12 for my keywords over the last month and continues toward the top 10... I have another ...
1
vote
2answers
167 views
Will search engines reindex a page that has been set to redirect on to a newer site page?
We were asked by a client to change a website so that any pages/Urls we were hosting on an older site would now redirect to a newer site hosted somewhere else and a different domain name to boot.
We ...
0
votes
1answer
38 views
SEO: 301 for a page which has no mirrow path?
I just did a 301 and the domain and some pages which have a mirror file path are fine.
But I have one directory which is not going to be part of the new site and I don't know how to redirect the old ...
1
vote
0answers
41 views
When removing a bunch of files from a website, is 301 to the start page appropriate? [duplicate]
Possible Duplicate:
What to do with random pages after a 301 redirect?
Currently, we are working on modifying the contents of a website of one of our products.
Since we are re-positioning ...
1
vote
2answers
149 views
What to do with random pages after a 301 redirect?
I did a standard 301 redirect for a domain, but the original domain has about 300 pages that have some strength.
It doesn't make sense to make them all point back to the new home page because the ...
0
votes
3answers
495 views
.htaccess RedirectMatch 301 issue
I've moved my WordPress installation from one domain to another, and I want to use an .htaccess file on the original to redirect visitors to the new page on the new website.
The old site is ...
0
votes
1answer
574 views
.htaccess: Redirect Hotlink Flash --> Site with embed Flash
I have some PHP sites that embeds SWF files. These SWF files are now linked to by some other guys. And I don't want them to simply open the SWF, I want them to force being redirect to the page where ...
2
votes
1answer
413 views
Multiple 301 redirects, do search engines/viewers see them all?
I've put in place lots of different 301 rules to deal with numerous url changes.
And for certain URLS there are 3-4 different 301 redirects landing the visitors to the new URL.
I heard that 301 ...
1
vote
1answer
428 views
How does bing-bot( is that the right spider-name? ) and googlebot interpret 301 redirect?
I've been looking for documentation on how the Microsoft and Google bots interpret 301 redirects.
It seems that google-bot stores documents on a url based index system. But I haven't been able to ...
4
votes
2answers
922 views
How to 301 redirect from old query string urls to CakePHP Canonical urls?
I currently have a .htaccess file that looks like this:
RewriteCond %{QUERY_STRING} ^action=view&item=([0-9]+)$
RewriteRule ^index\.php$ /index.php?url=item/%1 [R=301]
RewriteCond ...
2
votes
2answers
177 views
Different data for www and no-www in Google Webmasters Tools
My Webmasters Tools home page contains example.com and www.example.com in the sites section.
There is a rewrite rule (301 redirect) on my server that redirects all requests from www.example.com to ...
2
votes
3answers
893 views
Proper way to move Google Analytics code from one site to another one
Currently, I use Google Analytics for www.example.com. example.com is also added to GA and shows "Tracking not installed".
Recently I added rewrite rule (301 redirect) to redirect all requests from ...