So many errors poping up webmaster tools

peterfrancon
13 years, 8 months ago
Yes.

The Desktop URL Parameters reads: http : // www . freespiritadventure . com /

...without the spaces of course.

Peter.
peterfrancon
13 years, 8 months ago
Hi Denis

Thanks for your quick reply.

On your "prompt" I removed the "" to test the result.

Leaving www. freespiritadventure . com for the url

When I tested the Webmaster failed URLs, they resolved to the correct address.

Let me see if Google Webmaster no longer reports these errors in the coming days.

I'll report back.

Peter
peterfrancon
13 years, 8 months ago
URL's in Google Webmaster still not right...

E.G. www.freespiritadventure.com/www.freespiritadventure.com/india-on-an-enfield/rajasthan-to-goa.html

In my HTAccess I have...

########## Begin - Mobile Joomla URL fix
#
RewriteCond %{REQUEST_URI} \?option=com_mobilejoomla&task=setmarkup
RewriteRule ^.*$ www.freespiritadventure.com/ [R=301,L]
#
########## End - Mobile Joomla URL fix

and in my administrator parameters I have in...

Desktop URL: www.freespiritadventure.com/

Somewhere the URL is being added unnecessarily.

(I can't Add an Attachment)

Peter
dryabov
13 years, 8 months ago
peterfrancon wrote:

########## Begin - Mobile Joomla URL fix
#
RewriteCond %{REQUEST_URI} \?option=com_mobilejoomla&task=setmarkup
RewriteRule ^.*$ www.freespiritadventure.com/ [R=301,L]
#
########## End - Mobile Joomla URL fix


This block is unnecessary in MJ1.0RC2 because of MJ supports "old" redirects in this version.

Could you send me (denis​@​mobilejoomla.com) ftp credentials for your site?
dryabov
13 years, 8 months ago
OK. I've added the following redirect rule to .htaccess:
 
RewriteCond %{REQUEST_URI} ^/?www\.freespiritadventure\.com\/
RewriteRule www\.freespiritadventure\.com\/(.*)$ http://www.freespiritadventure.com/$1 [R=301,L]

to correctly redirect such a wrong urls. But I still don't know where this urls was found by google.
BookofRadeluxe
12 years, 9 months ago
Thank you very much for the code !
I'll give it a go tonight and let you know.
hbgy1s
12 years, 7 months ago
I using webmaster tools
Dhanishta
12 years, 7 months ago
Mainly in webmaster tools errors are crawled because of 
    * Your DNS server is down or misconfigured.
    * Your web server itself is firewalled off.
    * Your web server is refusing connections from Googlebot.
    * Your web server is overloaded, or down.
    * Your site’s robots.txt is inaccessible. 
every day we have to check  if there are any errors in our site.  
crazydoll654
10 years, 8 months ago
Some time even after fixing those error, it again get displayed.
2

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.