Jester wrote:
> 
> Perl
> I think it\'s the problem of indexer.conf.
> 
> In the indexer.conf, I have set:
> \"Alias http://xxx.xxx.com/      file:/root/html/
> 
> Server file:/root/html/\"
> 
> In the old version(3.1.17), it can index the files according to server path 
>\"/root/html\" and display \"http://xxx.xxx.com/\";. However, it cannot show the alias 
>in this new version. Is there any other new setting or I think it may be a bug in new 
>version. Thx a lot ~!



This is incorrect:

Alias http://xxx.xxx.com/      file:/root/html/
Server file:/root/html/


This is correct:

Alias http://xxx.xxx.com/      file:/root/html/
Server http://xxx.xxx.com/
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to