Results 1 to 10 of 11
Threaded View
-
7th Feb 2010, 01:48 PM #1OPMember
Redirect non-www to www and vice versa
To do this edit your .htaccess file in your website root directory.
Add this code at the Top:
Code:RewriteEngine On Options +FollowSymLinks
Redirecting non-www to www:
Code:RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Redirecting www to non-www:
Code:RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC] RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
Thats itiFlames Reviewed by iFlames on . Redirect non-www to www and vice versa To do this edit your .htaccess file in your website root directory. Add this code at the Top: RewriteEngine On Options +FollowSymLinks Add this code at the End: Redirecting non-www to www: RewriteCond %{HTTP_HOST} ^yourdomain.com RewriteRule ^(.*)$ http://www.yourdomain.com/$1 *Replace yourdomain.com with your domain name. Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Former MPAA vice president turns against SOPA
By ShareShiz in forum News & Current EventsReplies: 0Last Post: 7th Apr 2012, 10:15 PM -
"reply" to "create" and vice versa is post update?
By Gene_Autry in forum Technical Help Desk SupportReplies: 0Last Post: 16th Sep 2011, 04:37 PM -
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
themaCreator - create posts from...
Version 3.47 released. Open older version (or...