Results 1 to 2 of 2

htaccess no redirect 301

This is a discussion on htaccess no redirect 301 within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hi I have a problem with redirection. to put this in my htaccess RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.newdomain\.com RewriteRule (.*) ...

  1. #1
    Member Nokturno's Avatar
    Real Name
    Sebaz
    Join Date
    Apr 2006
    Location
    Argentina
    Posts
    71
    Liked
    1 times

    htaccess no redirect 301

    Hi I have a problem with redirection. to put this in my htaccess

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.newdomain\.com
    RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
    RewriteRule ^index\.php$ / [R=301,L]

    but if I type in the url

    www.newdomain.com.br no to www.newdomain.com

    does not redirect

    but if you redirect non-www

    newdomain.com.br yes to www.newdomain.com

    Excuse my English

    (move general discusion)

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Have you parked newdomain.com.br on newdomain.com ? If you have just re-directed it, you will need to adjust your redirect.

Similar Threads

  1. asking about htaccess Redirect
    By dinhchi.com in forum Off-Topic & Chit Chat
    Replies: 3
    Last Post: 01-22-2008, 11:20 PM
  2. subdomain redirect with .htaccess
    By eJM in forum General Discussion
    Replies: 0
    Last Post: 10-28-2007, 07:14 AM
  3. .htaccess redirect
    By reefland in forum General Discussion
    Replies: 2
    Last Post: 01-05-2007, 06:12 PM
  4. Redirect via .htaccess
    By reefland in forum General Discussion
    Replies: 2
    Last Post: 11-01-2006, 03:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •