Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   How to www redirect URL? (http://siteownersforums.com/showthread.php?t=158479)

Martinricky 09-17-2015 10:03 PM

How to www redirect URL?
 
want to know how to www redirect my website URL. Issue is when i type www (dot) mywebsite( dot )com and mywebsite(.)com they opens with different url format as they typed.

janelevey665 09-18-2015 08:25 AM

You can forward your page to a different page by inserting the following piece of code in your tag:



"content" specifies how many seconds will elapse before you are forwarded to the other page..

george.web13 09-24-2015 11:42 AM

At .htaccess file, insert these lines

RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite\.com$
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]

michealdyson 09-27-2015 06:38 PM

RewriteCond %{HTTP_HOST} !^www\.YourSite\.com$ [NC]
RewriteRule ^(.*)$ http://www.YourSite.com/$1 [R=301,L]

yasar 10-07-2015 10:10 AM

Go to cpanel ->Find Domain tab click on Redirect link ->now open a input box -> enter your site name
Ex : www.yourdomain.com then save it .
you dont need to rewrite a .htaccess file
:neer_neer


All times are GMT -7. The time now is 01:19 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.