PDA

View Full Version : Index Problems


Guillaume
06-10-2004, 02:54 PM
Please, help me

I've got exactly the same problem as the guy before.
(only the first page found, and even nothing in it)

- I didn't test it in local but the server problem is exactly the same
- I tried to install it again, even the 1.4.8 but still the same problem
- when I put the global url of a page, it find it but nothing inside of it
- when I do the same as above with a php file, it doesn't work at all
- I had to "define('USE_IS_EXECUTABLE_COMMAND','0');" to avoid a running problem
- I've got allow_url_fopen ON
- I've got safe_mode OFF
- I tried for few hours to find some post like this one, and that's the only one I've found
- About my server, I just know that php 4.3.4 ; Windows NT ; Apache ???don't know


---------------------
problem :
---------------------
SITE : http://www.addthiers.com/
Chemins exclus :
- @NONE@
1:http://www.addthiers.com/
(temps : 00:00:05)
Pas de liens dans la table temporaire
----------------
liens trouvés : 1
http://www.addthiers.com/
Optimizing tables...
Indexation terminée !

-->never finding any word at all

Guillaume
06-10-2004, 03:10 PM
here is the detailed problem

HTTP/1.1 404 Objet introuvable
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET
Content-Location: http://www.addthiers.com/index.html
Date: Thu, 10 Jun 2004 23:11:58 GMT
Content-Type: text/html
Accept-Ranges: bytes
Last-Modified: Thu, 10 Jun 2004 17:47:27 GMT
ETag: "a04ff0fe124fc41:ada"
Content-Length: 5036

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET
Content-Location: http://www.addthiers.com/index.html
Date: Thu, 10 Jun 2004 23:11:58 GMT
Content-Type: text/html
Accept-Ranges: bytes
Last-Modified: Thu, 10 Jun 2004 17:47:27 GMT
ETag: "a04ff0fe124fc41:ada"
Content-Length: 5036

HTTP/1.1 404 Objet introuvable

--------------------------------------------------------------------------------
SITE : http://www.addthiers.com/
Chemins exclus :
- @NONE@
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET
Content-Location: http://www.addthiers.com/index.html
Date: Thu, 10 Jun 2004 23:12:03 GMT
Content-Type: text/html
Accept-Ranges: bytes
Last-Modified: Thu, 10 Jun 2004 17:47:27 GMT
ETag: "a04ff0fe124fc41:ada"
Content-Length: 5036

1:http://www.addthiers.com/
(temps : 00:00:05)
Pas de liens dans la table temporaire

--------------------------------------------------------------------------------

liens trouvés : 1
http://www.addthiers.com/
Optimizing tables...
Indexation terminée !

Guillaume
06-10-2004, 03:22 PM
Would it be possible that the problem is because the server is not an Apache one ?
If yes, is there other free solution ?

Guillaume
06-22-2004, 12:59 AM
up
anybody with some help ?

Charter
06-22-2004, 06:24 AM
Hi. Try adding a robots.txt file that contains the following:

User-agent: *
Disallow:

and let is reside at http://www.addthiers.com/robots.txt

Next in the config.php file try setting define('CHUNK_SIZE',1024); to something small like define('CHUNK_SIZE',32);