Tag: PukiWiki
$adminpass = '{x-php-md5}...';
// テキストエリアのカラム数 $cols = 100; // テキストエリアの行数 $rows = 30;
<IfModule alias_module> Alias /pukiwiki/ "C:/Users/Foo/AppData/apache2/pukiwiki/" <Directory "C:/Users/Foo/AppData/apache2/pukiwiki/"> Order deny,allow Deny from all Allow from 127.0.0.1 </Directory> </IfModule>
<Directory "/Users/foo/Sites/private"> # Access control Order deny,allow Deny from all Allow from 127.0.0.1 # Authentification AuthType Digest AuthName "foo.local" AuthUserFile /Users/foo/data/auth/digest Require valid-user </Directory>
% htdigest -C digest "bar.local" username
h1, h2 { background-color:#CCDDEE; } a:active { color:#215dc6; } a:visited { color:#224477; }