Activity Stream
48,167 MEMBERS
62207 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1.     
    #1
    Member

    Default 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
    Add this code at the End:
    Redirecting non-www to www:
    Code: 
    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
    *Replace yourdomain.com with your domain name.

    Redirecting www to non-www:
    Code: 
    RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
    RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
    *Replace yourdomain.com with your domain name.


    Thats it
    iFlames 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

  2.   Sponsored Links

  3.     
    #2
    Banned
    nice ...............

  4.     
    #3
    Member
    Double post. FAIL! Search before posting. But yeah, its a bit different

  5.     
    #4
    Member
    Website's:
    freedom2blog.com wrz4all.com


    My cookie doesnt taste good, any fix fr tht??

    P.S. thnx fr tutorial

    el_jentel1 <3 | WGTools.Com | dedicated fan of jayfella

  6.     
    #5
    Google Corp.
    Quote Originally Posted by InFlames! View Post
    Redirecting www To Non-www:
    Code: 
    RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
    RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
    *Replace yourdomain.com with your domain name.
    used this on ddl0.com, works perfectly.
    thanks
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  7.     
    #6
    Member
    Quote Originally Posted by SJshah View Post
    used this on ddl0.com, works perfectly.
    thanks
    ur welcome..

    Quote Originally Posted by warezfreak09 View Post

    My cookie doesnt taste good, any fix fr tht??

    P.S. thnx fr tutorial
    lol..ur welcome..

  8.     
    #7
    Member
    Website's:
    photostash.me videostash.org
    Don't working for me. Posters tools still can not login.

  9.     
    #8
    Member
    Quote Originally Posted by John View Post
    Don't working for me. Posters tools still can not login.
    warezsea.com is redirecting to www.warezsea.com

  10.     
    #9
    Member
    Website's:
    photostash.me videostash.org
    warezsea.com is redirecting to www.warezsea.com
    I know that. But posters don't work on my site

  11.     
    #10
    Member
    Quote Originally Posted by John View Post
    I know that. But posters don't work on my site
    then make another thread for that..in help desk..
    it has nuthin to do with this tut.. :/

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Former MPAA vice president turns against SOPA
    By ShareShiz in forum News & Current Events
    Replies: 0
    Last Post: 7th Apr 2012, 10:15 PM
  2. "reply" to "create" and vice versa is post update?
    By Gene_Autry in forum Technical Help Desk Support
    Replies: 0
    Last Post: 16th Sep 2011, 04:37 PM
  3. 301 redirect help
    By tractor3231 in forum Web Development Area
    Replies: 4
    Last Post: 28th Jul 2011, 04:19 PM
  4. How to Redirect !
    By softleaks in forum Tutorials and Guides
    Replies: 12
    Last Post: 20th Jul 2011, 09:01 AM
  5. 301 Redirect help
    By Rox in forum Wordpress
    Replies: 7
    Last Post: 10th Jul 2011, 09:03 PM

Tags for this Thread

BE SOCIAL