• Skip to primary navigation
  • Skip to main content
  • Skip to footer

TECHXT

simple extendable solutions

  • Home
  • Wordpress Tutorial
  • SEO
  • How to
  • Forum
  • Knowledge Base
    • Domain Name Generator
    • My Tech Projects
    • News
    • Security
  • About
  • Search

RSS and homepage not redirecting.|Blogger 301 Redirect plugin for Wordpress|Plugin Support Forum|TECHXT

.

Avatar
sp_LogInOut Log In
Lost password?
sp_Search Search
Advanced Search
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
Home
Plugin Support Forum
Blogger 301 Redirect plugin for Wordpress
RSS and homepage not redirecting.
Go to Bottom
No permission to create posts
sp_Feed Topic RSSsp_TopicIcon
RSS and homepage not redirecting.
August 14, 2014
2:07 am
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
1sp_Permalink sp_Print

I installed the 301 redirection plugin, and it is working fine with all posts, except the redirection to homepage.

RSS feeds aren´t redirecting either.

zigadazuca.com.br

Using the version with the new blogger template.

Thanks

August 14, 2014
3:01 am
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
2sp_Permalink sp_Print

can you post your blogger blog url too?

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

August 16, 2014
3:35 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
3sp_Permalink sp_Print

Hi,

 

Thanks for your answer.

The url

New: zigadazuca.com.br

Old: zigadazuca.blogspot.com.br

August 16, 2014
5:02 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
4sp_Permalink sp_Print

Hi, Just an Update:

I cut of all the "br" from the original code and now the homepage is working fine

But the feed stilI now working

Before:

<link expr:href='&quot;http://zigadazuca.com.br/?br=&quot; + data:blog.url' rel='canonical'/>

After:

<link expr:href='&quot;http://zigadazuca.com.br/?=&quot; + data:blog.url' rel='canonical'/>

 

Thanks again!

August 16, 2014
5:13 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
5sp_Permalink sp_Print

Oops,

 

It worked with the homepage but bring some troubles to post with "a" (definite article on title).

 

as "http://zigadazuca.com.br/?=//zigadazuca.blogspot.com.br/2012/06/saga-do-bolshoi.html" does not became "http://zigadazuca.com.br/2012/06/a-saga-do-bolshoi/"

Thanks again!

August 17, 2014
12:26 pm
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
6sp_Permalink sp_Print

I have issued a update of the plugin. Please upgrade to the latest  version. Also do not remove the br from the template. If you do then the posts will not get redirected properly. I guess you have found that already.

 

For the feeds to redirect you need to change the setting of your blogger blog and set a post feed redirect url (on your blogger blog Settings > others > post feed redirect URL) and set it to http://zigadazuca.com.br/feed

If you are still facing some more problems then let me know. I am always there to help.

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

August 18, 2014
4:45 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
7sp_Permalink sp_Print

Dear Sudipto,

 

I´m really glad to use your plugin and with your help. And sorry for bothering you that much!

The feeds are working PERFECT now.

 

Just the homepage keep bringing some issues.

When trying to redirect i get on the browser bar: 
http://zigadazuca.com.br/?br=/.....ot.com.br/

 

and the following error message:

Erro de banco de dados do WordPress You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and month(`post_date`) =  and `post_name` like '%%' and `post_type` = 'post' and' at line 1 para a consulta SELECT ID FROM wp_posts WHERE year(`post_date`) =  and month(`post_date`) =  and `post_name` like '%%' and `post_type` = 'post' and `post_status` = 'publish' LIMIT 1 feita por require('E:\Domains\zigadazuca.com.br\wwwroot\wp-blog-header.php'), require_once('E:\Domains\zigadazuca.com.br\wwwroot\wp-load.php'), require_once('E:\Domains\zigadazuca.com.br\wwwroot\wp-config.php'), require_once('E:\Domains\zigadazuca.com.br\wwwroot\wp-settings.php'), do_action('init'), call_user_func_array, redirect_to

Thanks Again!
August 18, 2014
5:06 pm
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
8sp_EditHistory sp_Permalink sp_Print

well I think this is a specific error of your server

this can be fixed by changing the template code a bit

Find the below code in the template

============================

<script type='text/javascript'>
var wpblog = "http://zigadazuca.com.br/?br=";
wpblog = wpblog  + window.location.href.replace('http:','');
window.location.replace(wpblog);
</script>

===============

replace with

=============

<script type='text/javascript'>
 var wpblog = "http://zigadazuca.com.br/?br=";
 var wpblog2="http://zigadazuca.blogspot.com.br/";
 if(window.location.href!=wpblog2)
     {wpblog = wpblog  + window.location.href.replace('http:','');}
 else
     {wpblog="http://zigadazuca.com.br/";}
 window.location.replace(wpblog);
 </script>

==========

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

August 19, 2014
3:06 am
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
9sp_Permalink sp_Print

It works like a charm!

Thank You!

August 20, 2014
4:05 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
10sp_EditHistory sp_Permalink sp_Print

Dear Sudipto,

Sorry to bother you again, but I realized a little issue there.
It´s working great with zigadazuca.blogspot.com.br, but not with http://www.zigadazuca.blogspot.com.br


I tried to adapt it with:
=============
<script type='text/javascript'>
var wpblog = &quot;http://zigadazuca.com.br/?br=&quot;;
var wpblog2=&quot;http://zigadazuca.blogspot.com.....&quot;;
var wpblog3=&quot;http://www.zigadazuca.blogspot.....&quot;;
if(window.location.href!=wpblog2)
{wpblog = wpblog + window.location.href.replace('http:','');}
else if(window.location.href!=wpblog3)
{wpblog = wpblog + window.location.href.replace('http:','');}
else if
{wpblog=&quot;http://zigadazuca.com.br/&quot;;}
window.location.replace(wpblog);
</script>

=============

Despite my lack of knowledge, it kind of works but it first points to the "This page has found a new home" and then redirects the page.


Thanks a lot!

Natalia

August 20, 2014
4:37 pm
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
11sp_Permalink sp_Print

well you were in the right direction

try this

<scripttype='text/javascript'>
 var wpblog ="http://zigadazuca.com.br/?br=";
 var wpblog2="http://zigadazuca.blogspot.com.br/";
var wpblog3="http://www.zigadazuca.blogspot.com.br/";
 if(window.location.href!=wpblog2 && window.location.href!=wpblog3)
     {wpblog = wpblog  + window.location.href.replace('http:','');}
 else
     {wpblog="http://zigadazuca.com.br/";}
 window.location.replace(wpblog);
 </script>

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

August 20, 2014
5:46 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
12sp_EditHistory sp_Permalink sp_Print

Osh! I got some errors again.

 

the browser adress bar appears as:

http://zigadazuca.com.br/?br=/.....ot.com.br/

 

And the page displays:

Erro de banco de dados do WordPress You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and month(`post_date`) = and `post_name` like '%%' and `post_type` = 'post' and' at line 1 para a consulta SELECT ID FROM wp_posts WHERE year(`post_date`) = and month(`post_date`) = and `post_name` like '%%' and `post_type` = 'post' and `post_status` = 'publish' LIMIT 1 feita por require('E:Domainszigadazuca.com.brwwwrootwp-blog-header.php'), require_once('E:Domainszigadazuca.com.brwwwrootwp-load.php'), require_once('E:Domainszigadazuca.com.brwwwrootwp-config.php'), require_once('E:Domainszigadazuca.com.brwwwrootwp-settings.php'), do_action('init'), call_user_func_array, redirect_to

 

Now I have no Idea (like always) lol!

August 21, 2014
12:02 am
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
13sp_Permalink sp_Print

if you visit the link directly then the site show the error. I will try to rectify it as soon as possible. But if you go to your blogger blogs link then the site works fine

Check these links

http://zigadazuca.blogspot.com.br/
http://www.zigadazuca.blogspot.com.br/

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

August 21, 2014
5:28 pm
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
14sp_Permalink sp_Print

Dear Sudipto,

 

Exactly, the blogspot posts are redirecting great, just the homepages shows the error.

 

Thanks!

August 22, 2014
2:33 am
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
15sp_Permalink sp_Print

I did not understand. Try opening the blogger blog's homepage link. It should get redirected properly to the wordpress blog's homepage. At least thats what is happening for me.

What I think is that you are worried about the link

http://zigadazuca.com.br/?br=/zigadazuca.blogspot.com.br/

and you are right it should get redirected to the homepage. I will issue another plugin update after that the problem should get resolved. But actually you should not be worrying about this link because your visitors will either directly go to

zigadazuca.blogspot.com.br

or

zigadazuca.com.br

and never to

http://zigadazuca.com.br/?br=/zigadazuca.blogspot.com.br/

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

August 31, 2014
12:36 am
Avatar
Natália Gastão
Member
Members
Forum Posts: 10
Member Since:
August 13, 2014
sp_UserOfflineSmall Offline
sp_UserWebsite
Go to Top
16sp_Permalink sp_Print

Dear Sudipto,

Everything is redirecting fine! 
Posts, homepage and feeds.

I´m really thankful for your great work!

No permission to create posts
sp_Feed All RSS
Go to top
Forum Timezone: America/New_York
Most Users Ever Online: 559
Currently Online:
Guest(s) 2
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Natália Gastão: 10
indy: 6
Milan Berger: 5
Cesar Bielich: 5
YethzART: 4
Aqua Skye: 4
Member Stats:
Guest Posters: 369
Members: 88
Moderators: 0
Admins: 2
Forum Stats:
Groups: 2
Forums: 5
Topics: 384
Posts: 1334
Newest Members:
test usser, Anthony Ang, Fernando Rueda, Jesus S. Jr Matubis, Quinton Williamson, William H Cole
Administrators: Administrator: 4, _sudipto_: 537
© Simple:Press —sp_Information

Footer

Subscribe by email

FOLLOW US :

Tools & Apps

  • Domain Names Generator
  • Our Wordpress Plugins
  • HTML Code Table

TechXT Network

  • www.seecoupons.com – Just another Deals & Coupons site
  • pincodes.techxt.com – A search engine for Indian Pincode.
  • stdcode.techxt.com – A search engine for Indian STD Codes
  • mobileinfo.techxt.com – A search engine for Indian Mobile Codes
  • bankifsccode.techxt.com – A search engine for Indian Bank IFSC Codes.

Info

  • Contact us
  • Privacy Policy

  •   simple extendable solutions

© Copyright 2025 TECHXT.COM

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.