Free SEO Tool
www Redirect Checker
URL Redirection Checker is a Free SEO Tool that allows you to check if an URL / Page is redirected. If this is the case this tool will display the HTTP status code and the destination URL.
www Redirect Checker
Enter a URL
About www Redirect Checker
URL Redirection Checker is a Free SEO Tool that allows you to check if an URL / Page is redirected. If this is the case this tool will display the HTTP status code and the destination URL. As multiple URL one with www and non-www affects search engine ranking. When a URL is written in two different ways (www and non-www) it means the same website appears online under two different domains.
If a website is accessible with both a www and a non-www link, a 301 redirect to the preferred domain should always be set up. The HTTP status code 301 - moved permanently - indicates to browsers that a requested file has been permanently moved to a different URL and that the entered URL is no longer valid.
Here are some of the tips based on your server configuration.
Solution 1:- Using .htaccess file
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.example.com$
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
Solution 2:- Using Apache virtual host
<VirtualHost *:80> : ServerName example.com : Redirect permanent / http://www.example.com/ </VirtualHost> <VirtualHost *:80> : ServerName www.example.com : # real server configuration </VirtualHost>
Solution 3:- For nginx server
server {
# Permanent redirect to www
server_name domain.com;
rewrite ^/(.*)$ http://www.domain.com/$1 permanent;
}
Popular SEO Tools
Recently Analyzed Sites
|
Old-mobile.bet9ja.com 7 minutes ago |
|
Bintang4dp.com 10 minutes ago |
|
Playdiamondgold.com 37 minutes ago |
|
Marriedbiography.com 1 hour ago |
|
1337cams.com 3 hours ago |