Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> I use the following config file:
>
> DBAddr mysql://user:pass@localhost/dbname/
> Alias http://domain/ http://mirror/
> Server http://domain/startfile.php
> FollowOutside no
> Disallow \.gif$ \.jpg$ \.class$ \.doc$ \.css$
> Disallow \.pdf$ \.exe$ \.js$
> Disallow \?D=A$ \?D=D$ \?M=A$ \?M=D$ \?N=A$ \?N=D$ \?S=A$ \?S=D$
> Disallow /[.]{1,2} /\%2e /\%2f
> Disallow [^:]//
> AddType text/html \.html$ \.htm$ \.php$
>
> But the links in startfile.php won't get indexed. If I set FollowOutside to yes it
>will index the link in startfile.php but keeps on working on link outside the site.
>
> Why? I tried the following links in startfile.php:
>
> /file?foo=1
> http://domain/file?foo=1
> http://mirror/file?foo=1
>
> Non of those get indexed? Please help, I'm starting to bend my keyboard over here :)
If you use old 3.0.23 version or early 3.1.x, you have to add
Server http://domain/
command, without trailing startfile.php
Reply: <http://search.mnogo.ru/board/message.php?id=1471>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]