[thelist] Apache PHP CSV

Andrew Maynes andrew at humanbehaviour.co.uk
Wed Aug 21 10:32:01 CDT 2002


what about this little lot?

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

<Directory "c:/program files/apache group/apache/htdocs">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

# we deny access in the shared folder because we don't need any files
# to be loaded through apache from here, everything in shared is included in
other scripts.
<Directory "c:/program files/apache group/apache/htdocs/shared">
    Order deny,allow
    Deny from all
</Directory>

DirectoryIndex index.php index.html
AccessFileName .htaccess

# disallow transmission of .ht files
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/02




More information about the thelist mailing list