|
April 4, 1997 1. USNA Webmasters Users Group WWW Page : This page is a collection of resourses to assist the Academy's Webmasters develop their pages. As questions, answers, policy, etc. change, this page will contain pertinent information. The page can be found at :
2. Restricting Access to WWW Pages :
1. Enter into the directory that you wish to restrict.
2. Create a file called .htaccess and place the following contents
into the file :
<LIMIT GET>
order deny,allow
deny from all
allow from .nadn.navy.mil
allow from .usna.navy.mil
allow from .usna.edu
allow from 192.147.237
allow from 192.190.228
allow from 192.190.229
allow from 192.31.8
allow from 198.17.216
allow from 192.12.31
allow from 131.121.
allow from 131.122.
allow from 128.56.
</LIMIT>
3. All files and subdirectories will be restricted to the IP Addresses
in the .htaccess file.
3. Links that leave USNA :
<a href="/cgi-bin/good-bye.pl?url=http://www.navysports.com">
Navy's New Official Athletic Home Page</a>
4. Using the Webmaster's List-Serve
How do I join the email list ?
Send e-mail to majordomo@mlist.nadn.navy.mil
Send the following message :
subscribe www-masters your-name@your-address
NOTE : If you have been receiving e-mail off of the e-mail list, you
have already joined !
How do I send email to everybody in the webmasters list ?
Send e-mail to www-masters@mlist.nadn.navy.mil
How do I send email to the owner of the webmasters list ?
Send e-mail to www-masters-list-owner@mlist.nadn.navy.mil
How do I remove myself from the email list ?
Send e-mail to majordomo@mlist.nadn.navy.mil
Send the following message :
unsubscribe www-masters your-name@your-address
5. Next Meeting's Topic :
In addition to further discussions about the USNA WWW Development plan, you can send e-mail to suggest or request a topic.
6. Establish Next Meeting :
TBD, 1997 / Rickover 103 / 15:45
|