View Single Post
Old 03-09-2004, 11:48 PM   #3
ragaller
Green Mole
 
Join Date: Mar 2004
Posts: 5
Hi Charter!

Thank You for the answer!

I got the engine working and producing the exact output You wrote in Your post for an indexing at depth one on the root level.

There is a problem related to mod_rewrite: A website using mod_rewrite needs to use absolute links (or root relative ones). In the header the base part of the url ist set:

Quote:
<base href="http://www.personalsite.ch" />
The browser (and hopefully google) composes a string adding any href entry to the base url, resulting in a correct absolute url.

Is it possible phpdig does not read the base url and treats the links as relative ones? If so, a search with depth one at the root level works - digging deeper breaks.

The following is a part of the search at depth 2, showing the problem for grafik:


Jürgen
ragaller is offline   Reply With Quote