Matt Murphy writes:
> Folks, I want to set up a few directories like phpmyadmin, that will
> allow me to get in on the local IP address, but not allow people to
> connect from the internet. I've tried several syntaxes according to
> the documentation I can find, but they don't seem to work. Can
> someone tell me what my .htaccess files need to look like?

http://httpd.apache.org/docs/howto/auth.html
http://httpd.apache.org/docs/mod/mod_access.html

<Directory /www/phpMyAdmin>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.0.0/16
</Directory>

-- 
David Phillips <david at acz.org>
http://david.acz.org/


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
Help beta test TCLUG's potential new home: http://plone.mn-linux.org
Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery
tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list