If you're using apache, rename your include files with a .inc extension then add the following to either the .htaccess file or httpd.conf
<Files ~ ".inc$">
Order allow,deny
Deny from all
Satisfy All
</Files>
This can also be done under IIS, but that is left as an excersize for the reader :evilgrin: