Tagged Questions

2
votes
5answers
457 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 …
1
vote
2answers
73 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 …
0
votes
1answer
121 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. …
0
votes
3answers
56 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 …