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

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default 301 redirect error on DLE

    hi

    i am trying to redirect the www version of mt site to non www.
    i have datalife engine installed .

    Edited: ok nothing was wrong with my regex, i just had to add it above !!
    cgworld Reviewed by cgworld on . 301 redirect error on DLE hi i am trying to redirect the www version of mt site to non www. i have datalife engine installed . Edited: ok nothing was wrong with my regex, i just had to add it above !! Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    innovative-coding.com wolfs-rain.org wolfsrain.org infothread.org
    RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC]
    RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC]
    RewriteRule ^/(.*)$ http://%1/$1 [R=301,L]

    ?
    im not 100% on what you want to do

    or remove www

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

    and always start your htacess with

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. redirect from non www to www
    By ge0 in forum General Discussion
    Replies: 3
    Last Post: 26th Sep 2012, 08:26 AM
  2. Redirect Help!
    By comebacktome in forum Technical Help Desk Support
    Replies: 1
    Last Post: 17th Mar 2011, 12:34 PM
  3. Adding Domain Error in cPanel (Error from park wrapper:)
    By Ryza in forum General Discussion
    Replies: 0
    Last Post: 20th Feb 2011, 01:57 AM
  4. Redirect your non www url's to www
    By hhhgame in forum Tutorials and Guides
    Replies: 11
    Last Post: 2nd Dec 2010, 03:22 PM

Tags for this Thread

BE SOCIAL