Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nsathees

    (@nsathees)

    any one can hint me which file is responsible for redirectig except .htaccess file, I can look in to it!

    my .htaccess as follows . . .

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

    # protect wpconfig at all cost
    <files wp-config.php>
    Order deny,allow
    deny from all
    </files>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Thread Starter nsathees

    (@nsathees)

    No one else have this problem?

    Thread Starter nsathees

    (@nsathees)

    All my last sites where installed with 2.8.3 or earlier version and upgraded to 2.8.4

    But the http://Yaalpaanam.com was installed with 2.8.4

    Could this be the problem?

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

    I had that problem a long time ago….I remember this working for me…..

    I don’t actually know much about working with .htacess other than the above fixed it…found it after tonnes of googling

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘non www version is not working’ is closed to new replies.