People, look at /etc/httpd/susehelp.conf <IfModule mod_alias.c> Alias /doc/ /usr/share/doc/
..... <Directory /usr/share/doc> ..... # The next three lines will be rewritten by SuSEconfig.susehelp: # (depending on the DOC_ALLOW variable in /etc/rc.config) order deny,allow deny from all allow from localhost If you change last line to allow from all You can get docs from anywhere. WBR, Sergey
