Results 1 to 4 of 4
-
25th Sep 2012, 04:22 PM #1OPMemberWebsite's:
hotfilezone.org 64kalas.comredirect from non www to www
Hi
I have wordpress website hosted as example.com and now i want it to be www.examples.com i want the www version to load everytime
i did it from wordpress setting but creating a lot of crawl issue -- Is it fine doing this way ??
I also tried writing the re write rule
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
But only the homepage is re directed to www.example.com other pages giving 404 error
and cpanel redirect is not working
Please help me
what should i doge0 Reviewed by ge0 on . redirect from non www to www Hi I have wordpress website hosted as example.com and now i want it to be www.examples.com i want the www version to load everytime i did it from wordpress setting but creating a lot of crawl issue -- Is it fine doing this way ?? I also tried writing the re write rule RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com RewriteRule (.*) http://www.example.com/$1 Rating: 5
-
26th Sep 2012, 07:16 AM #2MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comthis is what i used
Code:##Redirect non-www to www: #RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] #RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
-
26th Sep 2012, 07:33 AM #3Member
if i not wrong, you can use google webmaster tool too..... to redirect to www.
-
26th Sep 2012, 08:26 AM #4MemberHelping people is my hobby.....
Learn how to secure your server against ddos
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
301 redirect help
By tractor3231 in forum Web Development AreaReplies: 4Last Post: 28th Jul 2011, 04:19 PM -
How to Redirect !
By softleaks in forum Tutorials and GuidesReplies: 12Last Post: 20th Jul 2011, 09:01 AM -
301 Redirect help
By Rox in forum WordpressReplies: 7Last Post: 10th Jul 2011, 09:03 PM -
Redirect your non www url's to www
By hhhgame in forum Tutorials and GuidesReplies: 11Last Post: 2nd Dec 2010, 03:22 PM -
In Need of Url REdirect mod ..?
By litewarez in forum phpBBReplies: 25Last Post: 20th Oct 2009, 08:40 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...