<Directory /var/www/sfs3/>
Options FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from 163.23 172.20 192.168
ErrorDocument 403 /sfs403.html
</Directory>
想開放公布欄的..可以加入下段設定
<Directory /var/www/sfs3/modules/board/>
Options FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>