how to set up 301 permanent redirect on my bolg www.example.blogspot.com to example.b

Discussion in 'Blogging' started by BrandDoctor, Jan 8, 2011.

  1. #1
    i scanned my blog using website grader and found an issue that there is no permanent redirect set up in my blog ie from www.picxy.blogspot.com to picxy.blogspot.com
    how do i do that?
     
    BrandDoctor, Jan 8, 2011 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    I don't think that you can set up a redirect on blogspot. You don't have access to the correct files.
     
    hmansfield, Jan 8, 2011 IP
  3. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #3
    hmm so its no possible.thats too bad. search engines will consider both url as two different blogs
     
    BrandDoctor, Jan 8, 2011 IP
  4. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #4
    No they won't. Google owns blogspot. Do you really think they would have a web property out there with an uncertain URL structure?
    You can't trust everything on every web tool that you use. Sometimes you have to use your head.
     
    hmansfield, Jan 8, 2011 IP
  5. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #5
    Thanks for your reply:) appreciated
     
    BrandDoctor, Jan 9, 2011 IP
  6. lucccy

    lucccy Guest

    Messages:
    111
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    go to google webmaster tools, enter the www and the non www site there, validate both with the html file or metatag, set preferred address in the settings.

    additional edit htaccess

    for www

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

    without www


    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^www.domain.de [NC]
    RewriteRule (.*) http://domain.de/$1 [R=301,L]
     
    lucccy, Jan 9, 2011 IP
  7. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #7
    My dear friend , but where is the htaccess file in blogspot? i use blogger.
     
    BrandDoctor, Jan 9, 2011 IP
  8. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #8
    I didn't know that you could have access to the .htaccess file because it is on the root, not on subdomains. I could be wrong but I'm pretty sure blogger doesn't give you access to change such things.
     
    hmansfield, Jan 9, 2011 IP