sethleedy/Make-your-own-chapter-stories/master/.htaccess
php_flag register_globals 0
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
<Files edit.php>
AuthType basic
AuthName "Edit the adventure!!!!"
AuthUserFile /path/to/your/.htpasswd
require valid-user
</Files>
<Files admin.php>
AuthType basic
AuthName "Administer the adventure!!!!"
AuthUserFile /home/seth/domains/node1/live-copy/adventures/joey_jon/.htpasswd
require valid-user
</Files>
On Github License
Files
Download PDF of Htaccess file