Results 1 to 8 of 8
-
27th Mar 2011, 10:18 AM #1OPBannedWebsite's:
NonStopFunZone.comHow To Redirect non www links of my site to www ?
Hi,
Please Tell me how to redirect all of my site's non www pages to www using CNAME record. for example if there is a link like this
http://abc.com/
or
http://abc.com/forum
then how to make it like this automatically
http://www.abc.com/
http://www.abc.com/forumJason_weds_Freddy Reviewed by Jason_weds_Freddy on . How To Redirect non www links of my site to www ? Hi, Please Tell me how to redirect all of my site's non www pages to www using CNAME record. for example if there is a link like this http://abc.com/ or http://abc.com/forum then how to make it like this automatically Rating: 5
-
27th Mar 2011, 10:26 AM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inYou must edit/add the following mod-rewrite script to your .htaccess file to redirect “http://” to “http://www.”:
Code:RewriteEngine On RewriteCond %{HTTP_HOST} !^www..* RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} ^([^.]*).(com|com/) RewriteRule ^.*$ www.%1.%2%{REQUEST_URI} [R=301,L]
http://yourdomain.com to http://www.yourdomain.com
Hope this helps you!
The above code will work for any script, Be it be vbuleltin, phpbb blah blah...
-
27th Mar 2011, 10:27 AM #3Banned
Its Wordpress Site?
-
27th Mar 2011, 10:32 AM #4OPBannedWebsite's:
NonStopFunZone.comis there any way to do this using CNAME record in my WHM DNS setting ?
-
27th Mar 2011, 10:35 AM #5Banned
CNAME & DNS Not Connected With This Issue.
-
27th Mar 2011, 10:37 AM #6Banned
If Its Wordpress Site & U Want Ur SIte Loading On Both URL (WWW. & Non WWW.), PM Me.
-
27th Mar 2011, 10:40 AM #7BannedWebsite's:
xsl.tel xsltel.com
-
27th Mar 2011, 10:52 AM #8BannedWebsite's:
xsl.tel xsltel.comor you can add this 2 lines in .htaccess
Code:RewriteCond %{HTTP_HOST} ^xsltel.com$ RewriteRule ^(.*)$ "http\:\/\/www\.xsltel\.com\/$1" [R=301,L]
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
help ! how to redirect external links in wordpress
By Persius in forum Webmaster DiscussionReplies: 4Last Post: 1st Aug 2012, 12:44 PM -
[SEO Related] Redirect PR / Traffic From Established Site > New Site
By viruz99 in forum Webmaster DiscussionReplies: 13Last Post: 20th Dec 2011, 03:40 AM -
How Redirect Affilate Links
By milos007 in forum Web Development AreaReplies: 1Last Post: 31st Jul 2011, 12:32 PM -
Redirect Sharingzone Affiliate Links
By duality99 in forum Webmaster ResourcesReplies: 6Last Post: 3rd Apr 2011, 07:35 AM -
How to redirect external links...?
By torrfriend in forum Webmaster DiscussionReplies: 0Last Post: 16th Feb 2011, 08:12 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...