helloworld and gwt (google webmaster tools)

Hello. I am using GWT and trying to explore as googlebot the helloworld demo located in

http://www.guiasanfernando.com/helloworld

I am using yii-1.1.8.r3324.

So… this is the result:


HTTP/1.1 301 Moved Permanently

Date: Tue, 06 Dec 2011 12:55:24 GMT

Server: Apache/2

Location: http://www.guiasanfernando.com/helloworld/

Content-Length: 325

Keep-Alive: timeout=1, max=100

Connection: Keep-Alive

Content-Type: text/html; charset=iso-8859-1


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>

<title>301 Moved Permanently</title>

</head><body>

<h1>Moved Permanently</h1>

<p>The document has moved <a href="http://www.guiasanfernando.com/helloworld/">here</a>.</p>

<hr>

<address>Apache/2 Server at www.guiasanfernando.com Port 80</address>

</body></html>



I think it may return the "hello world" string instead of the above result.

Does anyone know which is the cause?

Fix the site first: navigating to the page returns ‘hello world’ - in plain text.

I think that’s not the problem, due to Google is able to explore whatever type of file:html or plain text

Solved: that is not an error. That is a notice that is being redirected to the same location, but adding an "/" at the end. (My check were without "/" at the end).