Tagged Questions

2
votes
4answers
190 views

How to 301 redirect Non-WWW to WWW version

What is your favorite way do redirect all pages from the Non-WWW to WWW version? I know there are several different ways, I'd like to know how you do this in practice. Code fragm …
0
votes
3answers
133 views

Temporary redirects all visitors but me to a maintenance page

I need to make some changes (deploy a new template) on my website and I want to temporary redirect all visitors to a maintenance page. I don't know how long it will take to apply t …
0
votes
0answers
8 views

Redirect traffic from old .googlepages.com website to new domain

Hello all, I've got a site on an old googlepages.com site that has a fairly high searching engine result for choice keywords and I'd like to redirect search engines to a new domai …
0
votes
2answers
31 views

Do I have to use “Change Address” in webmaster or not?

Hi, I've the following scenario: I had a domain .com with two languages IT and ENG, with two home pages: www.domain.com (PR4) -> IT and www.domain.com/language/en-gb/home.aspx (PR …
1
vote
2answers
67 views

Strategy to change domain name without risk google problem

Hi, I've to change a domain name, in the meanwhile that I complete the work with the right 301 Redirect for all the pages, I'm thinking to approach in the following way: - set the …
1
vote
2answers
43 views

Redirect an user based on cookie with Apache

Is it possible to redirect an user depending on a specific cookie value using Apache configurations only? When an user enter the homepage, I need to check whether it's logged into …
1
vote
4answers
138 views

How to redirect all pages to the homepage

I need to temporary redirect all pages of a domain to the homepage of the same domain. I added the following code to my .htaccess file but it doesn't work. RedirectMatch ^/(.+)$ …
0
votes
3answers
42 views

redirect 301 on windows hosting

I'm going to publish a new release of my web site. The site is hosted on a Windows based shared hosting and developed whit the ASP programming language. The new version is an PHP …
1
vote
4answers
167 views

Google penalization after 301 redirect

Is it possible? 3 month ago I set a 301 redirect on my site (same content, only changes to the URL), now my site seems to have a visits cap and appears and disappears from relevan …
0
votes
1answer
61 views

Redirect website subdirectory to subdomain

How can I redirect all requests going to a subdirectory to another subdomain? For example, I'd like to redirect all requests for http://example.com/folder to http://folder.example. …
2
votes
2answers
104 views

Multilanguage site: split the .com domain in .it, .com (for english)

Hi, I've a domain .com that is a multilanguage site so for example I've: For the Home Page: italian: www.mysite.com english: www.mysite.com/language/en-gb/home.aspx All the pa …
0
votes
1answer
25 views

How to resolve the duplication of web pages on e-commerce?

Some products pages are available in different categories with different URLs. The CMS inserts the category name in the URL and I can't modify this script. How can I resolve the d …