Welcome, Guest
Username Password: Remember me

So many errors poping up webmaster tools
(1 viewing) (1) Guest

TOPIC: So many errors poping up webmaster tools

So many errors poping up webmaster tools 13 years, 1 month ago #3659

  • minouche
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hello,
Since i have installed your comonent, my website is accessible through iphone, this is great. However, seo and optimization for me are really important. I have now in my webmaster tools, so many errors detected by google. 
ERROR 500 
http://www.mysite.com/index2.php?option=com_mobilejoomla&task=setmarkup&markup=&return=L0xpYmFuL1NvY2lldGUvTGEtbW9zcXVlZS1IYXJpcmktaW5hdWd1cmVlLWEtQmV5cm91dGguaHRtbA==
 

I am using SH404 sef for rewriting urls....i don 't know if it is due to that, but i cannot allow my self turning it off during a day or 2 just for testing purposes, that would b bad for my ranking. 

I was thinking to make htaccess redirect for all url starting with : 

index2.php?option=com_mobilejoomla&task=setmarkup&markup=&return=


Is it wise to do so ? 

THanks in advance for your help

Re: So many errors poping up webmaster tools 13 years, 1 month ago #3703

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Hmm. Why do you think that it's issue of MobileJoomla and not sh404sef itself? MobileJoomla uses standard Joomla's API to work, but sh404sef fully changes and overrides core routing API. Did you try to ask this question to sh404sef support?

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5015

  • Goldie
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
Hello there
I have the same issue here except I'm not using SH404
In my webmasters tools I got about +4000 404 errors coming from mobile joomla
almost same url
Code display:
?option=com_mobilejoomla&task=setmarkup&markup=&return=L2FjdHVhbGl0ZXMvdG

If you have any idea or if you could tell me how to make a redirect using ht access I'd be very happy

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5018

  • minouche
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
I quit Joomla 2 month ago, after using it during 3 years. It is not a good cms, unless you have a tiny site with no options...when you start adding things (modules compoents and so...) it become a nightmare. URLS are vital for online business, and component providers often do not take it into account...i am using drupal and can tell you that it makes huge difference in terms of flxibility and power...the urls, and crap "itemid" that appear for no reason never happens with drupal. 
good luck joomla and its buggy compoenents !

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5024

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Goldie wrote:
Hello thereI have the same issue here except I'm not using SH404In my webmasters tools I got about +4000 404 errors coming from mobile joomlaalmost same urlCode display:
?option=com_mobilejoomla&task=setmarkup&markup=&return=L2FjdHVhbGl0ZXMvdG
If you have any idea or if you could tell me how to make a redirect using ht access I'd be very happy


It's because of way of switch to other markup was changed in 1.0RC and old urls don't work now. Redirect with .htaccess is trivial:
RewriteCond %{REQUEST_URI} \?option=com_mobilejoomla&task=setmarkup
RewriteRule ^.*$ http://www.put_your_site_url_here.com/ [R=301,L]
Last Edit: 12 years, 8 months ago by dryabov.

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5025

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
minouche wrote:
I quit Joomla 2 month ago, after using it during 3 years. It is not a good cms, unless you have a tiny site with no options...when you start adding things (modules compoents and so...) it become a nightmare. URLS are vital for online business, and component providers often do not take it into account...i am using drupal and can tell you that it makes huge difference in terms of flxibility and power...the urls, and crap "itemid" that appear for no reason never happens with drupal. 
good luck joomla and its buggy compoenents !


Let's don't start new Joomla vs Drupal discussion, there are a lot of such "wars" on other websites.

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5037

  • Goldie
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
Thank you very much for the code !
I'll give it a go tonight and let you know.

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5040

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
I'm going to add support of such a "legacy" urls in MJ 1.0RC2.

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5119

  • peterfrancon
  • OFFLINE
  • Fresh Boarder
  • Motorcycle & Jeep Tour Operator - Asia
  • Posts: 9
  • Karma: 0
I had the same problem, and I amended HTAccess with the code above.

The Webmaster Dashboard is reporting dropping numbers of 404's but still Mobile Joomla is producing this sort of error...

The Mobile Joomla URL
www.freespiritadventure.com/www.freespiritadventure.com/blog/11-local/360-test-riding-the-triumph-tiger-800s.html

The standard site URL
www.freespiritadventure.com/blog/11-local/360-test-riding-the-triumph-tiger-800s.html


...you can see it's adding the domain name.

Should I edit the HTAccess code and remove the "www.freespiritadventure.com" bit?

I am running with "MobileJoomla 1.0 RC2.1" in Joomla 1.5.22.

Any suggestions?

Peter
Last Edit: 12 years, 8 months ago by peterfrancon.

Re: So many errors poping up webmaster tools 12 years, 8 months ago #5148

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Do you have "http : //" in the front of "Desktop URL" parameter in MJ settings?
Last Edit: 12 years, 8 months ago by dryabov.
The following user(s) said Thank You: peterfrancon
Time to create page: 0.38 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.