修訂 | 1e85f68ba49faeec783eaa7b2b5685532e249467 (tree) |
---|---|
時間 | 2021-03-26 14:48:27 |
作者 | ![]() |
Commiter | Mitsuaki Kawamura |
Backup
@@ -58,7 +58,7 @@ | ||
58 | 58 | The usage is as follows: |
59 | 59 | <ol> |
60 | 60 | <li> |
61 | - copy | |
61 | + Copy | |
62 | 62 | <a href="https://osdn.net/projects/sciencebbs/scm/git/sciencebbs/blobs/master/src/auth/index.php?export=raw">src/auth/index.php</a> |
63 | 63 | into any HTTP/HTTPS server. |
64 | 64 | </li> |
@@ -24,7 +24,7 @@ With Basic authentification | ||
24 | 24 | |
25 | 25 | The usage is as follows: |
26 | 26 | |
27 | -1. copy `src/auth/index.php` into any HTTP/HTTPS server. | |
27 | +1. Copy `src/auth/index.php` into any HTTP/HTTPS server. | |
28 | 28 | 2. Create `.htaccess` in the same directory. Its contents is as follows |
29 | 29 | ``` |
30 | 30 | AuthUserFile DIRECTORY_NAME/.htpasswd |