{"id":11939,"date":"2025-11-27T18:15:20","date_gmt":"2025-11-27T09:15:20","guid":{"rendered":"https:\/\/rakkoserver.com\/plus\/?p=11939"},"modified":"2025-12-02T12:07:33","modified_gmt":"2025-12-02T03:07:33","slug":"tool-htpasswd-generator","status":"publish","type":"post","link":"https:\/\/rakkoserver.com\/plus\/tool-htpasswd-generator\/","title":{"rendered":"htpasswd\u751f\u6210\/\u78ba\u8a8d\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div id=\"htpasswd-tool-container\">\n  <style>\n    #htpasswd-tool-container {\n      width: 100%;\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n      color: #333;\n      line-height: 1.6;\n    }\n    \n    .htpasswd-tabs {\n      display: flex;\n      gap: 0;\n      margin-bottom: 24px;\n      border-bottom: 2px solid #ddd;\n    }\n    \n    .htpasswd-tab {\n      padding: 12px 24px;\n      background: #f5f5f5;\n      border: none;\n      cursor: pointer;\n      font-size: 15px;\n      font-weight: 500;\n      color: #666;\n      transition: all 0.2s;\n      border-top-left-radius: 4px;\n      border-top-right-radius: 4px;\n    }\n    \n    .htpasswd-tab:hover {\n      background: #e8e8e8;\n    }\n    \n    .htpasswd-tab.active {\n      background: #fff;\n      color: #13284B;\n      border-bottom: 2px solid #13284B;\n      margin-bottom: -2px;\n    }\n    \n    .htpasswd-tab:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    .htpasswd-mode {\n      display: none;\n    }\n    \n    .htpasswd-mode.active {\n      display: block;\n    }\n    \n    .htpasswd-section {\n      margin-bottom: 24px;\n    }\n    \n    .htpasswd-label {\n      display: block;\n      font-weight: 600;\n      margin-bottom: 8px;\n      font-size: 14px;\n      color: #333;\n    }\n    \n    .htpasswd-input,\n    .htpasswd-textarea {\n      width: 100%;\n      padding: 10px 12px;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      font-size: 14px;\n      font-family: 'Courier New', monospace;\n      box-sizing: border-box;\n      transition: border-color 0.2s;\n    }\n    \n    .htpasswd-input:focus,\n    .htpasswd-textarea:focus {\n      outline: none;\n      border-color: #13284B;\n      box-shadow: 0 0 0 3px rgba(19, 40, 75, 0.1);\n    }\n    \n    .htpasswd-textarea {\n      resize: vertical;\n      min-height: 80px;\n    }\n    \n    .htpasswd-input-group {\n      position: relative;\n    }\n    \n    .htpasswd-input-with-toggle {\n      padding-right: 45px;\n    }\n    \n    .htpasswd-toggle-password {\n      position: absolute;\n      right: 8px;\n      top: 50%;\n      transform: translateY(-50%);\n      background: none;\n      border: none;\n      cursor: pointer;\n      padding: 6px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 3px;\n      transition: background 0.2s;\n    }\n    \n    .htpasswd-toggle-password:hover {\n      background: #f0f0f0;\n    }\n    \n    .htpasswd-toggle-password:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n      border-radius: 3px;\n    }\n    \n    .htpasswd-toggle-password svg {\n      width: 20px;\n      height: 20px;\n      fill: none;\n      stroke: #666;\n      stroke-width: 2;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n    \n    .htpasswd-password-actions {\n      display: flex;\n      gap: 8px;\n      margin-top: 8px;\n    }\n    \n    .htpasswd-btn-small {\n      padding: 6px 12px;\n      background: #f5f5f5;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      cursor: pointer;\n      font-size: 13px;\n      transition: all 0.2s;\n    }\n    \n    .htpasswd-btn-small:hover {\n      background: #e8e8e8;\n    }\n    \n    .htpasswd-btn-small:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    .htpasswd-select {\n      width: 100%;\n      padding: 10px 12px;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      font-size: 14px;\n      background: white;\n      cursor: pointer;\n      box-sizing: border-box;\n    }\n    \n    .htpasswd-select:focus {\n      outline: none;\n      border-color: #13284B;\n      box-shadow: 0 0 0 3px rgba(19, 40, 75, 0.1);\n    }\n    \n    .htpasswd-algorithm-note {\n      font-size: 12px;\n      color: #666;\n      margin-top: 4px;\n    }\n    \n    .htpasswd-btn-primary {\n      width: 100%;\n      padding: 14px 24px;\n      background: #13284B;\n      color: white;\n      border: none;\n      border-radius: 4px;\n      font-size: 15px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.2s;\n    }\n    \n    .htpasswd-btn-primary:hover {\n      background: #1a3a68;\n    }\n    \n    .htpasswd-btn-primary:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    .htpasswd-btn-primary:disabled {\n      background: #ccc;\n      cursor: not-allowed;\n    }\n    \n    .htpasswd-output-section {\n      margin-top: 32px;\n    }\n    \n    .htpasswd-output-title {\n      font-weight: 700;\n      margin-bottom: 12px;\n      font-size: 16px;\n      color: #333;\n    }\n    \n    .htpasswd-output-box {\n      background: #f8f8f8;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      padding: 16px;\n      margin-bottom: 16px;\n      position: relative;\n    }\n    \n    .htpasswd-output-box.primary {\n      border-left: 4px solid #13284B;\n    }\n    \n    .htpasswd-output-label {\n      font-size: 13px;\n      font-weight: 600;\n      color: #666;\n      margin-bottom: 8px;\n    }\n    \n    .htpasswd-output-content {\n      font-family: 'Courier New', monospace;\n      font-size: 13px;\n      word-break: break-all;\n      white-space: pre-wrap;\n      background: white;\n      padding: 12px;\n      border: 1px solid #e0e0e0;\n      border-radius: 3px;\n      min-height: 40px;\n    }\n    \n    .htpasswd-copy-btn {\n      position: absolute;\n      top: 12px;\n      right: 12px;\n      padding: 6px 12px;\n      background: #13284B;\n      color: white;\n      border: none;\n      border-radius: 3px;\n      cursor: pointer;\n      font-size: 12px;\n      transition: all 0.2s;\n    }\n    \n    .htpasswd-copy-btn:hover {\n      background: #1a3a68;\n    }\n    \n    .htpasswd-copy-btn:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    .htpasswd-copy-btn.copied {\n      background: #28a745;\n    }\n    \n    .htpasswd-note {\n      font-size: 12px;\n      color: #666;\n      margin-top: 8px;\n      line-height: 1.5;\n    }\n    \n    .htpasswd-note strong {\n      color: #d9534f;\n    }\n    \n    .htpasswd-result-status {\n      padding: 16px;\n      border-radius: 4px;\n      margin-top: 24px;\n      text-align: center;\n      font-size: 16px;\n      font-weight: 600;\n    }\n    \n    .htpasswd-result-status.success {\n      background: #d4edda;\n      color: #155724;\n      border: 1px solid #c3e6cb;\n    }\n    \n    .htpasswd-result-status.error {\n      background: #f8d7da;\n      color: #721c24;\n      border: 1px solid #f5c6cb;\n    }\n    \n    .htpasswd-result-icon {\n      font-size: 32px;\n      margin-bottom: 8px;\n    }\n    \n    .htpasswd-error {\n      color: #d9534f;\n      font-size: 13px;\n      margin-top: 8px;\n      role: alert;\n    }\n    \n    .htpasswd-reset-group {\n      display: flex;\n      gap: 8px;\n      margin-top: 16px;\n    }\n    \n    .htpasswd-btn-reset {\n      flex: 1;\n      padding: 10px 16px;\n      background: white;\n      border: 1px solid #ddd;\n      border-radius: 4px;\n      cursor: pointer;\n      font-size: 14px;\n      transition: all 0.2s;\n    }\n    \n    .htpasswd-btn-reset:hover {\n      background: #f5f5f5;\n    }\n    \n    .htpasswd-btn-reset:focus {\n      outline: 2px solid #13284B;\n      outline-offset: 2px;\n    }\n    \n    @media (max-width: 640px) {\n      .htpasswd-tab {\n        padding: 10px 16px;\n        font-size: 14px;\n      }\n      \n      .htpasswd-output-title {\n        font-size: 15px;\n      }\n      \n      .htpasswd-copy-btn {\n        position: static;\n        display: block;\n        width: 100%;\n        margin-top: 8px;\n      }\n    }\n  <\/style>\n\n  <div class=\"htpasswd-tabs\" role=\"tablist\">\n    <button class=\"htpasswd-tab active\" data-htpasswd-mode=\"generate\" role=\"tab\" aria-selected=\"true\" aria-controls=\"htpasswd-mode-generate\">\u4f5c\u6210\u30fb\u751f\u6210<\/button>\n    <button class=\"htpasswd-tab\" data-htpasswd-mode=\"verify\" role=\"tab\" aria-selected=\"false\" aria-controls=\"htpasswd-mode-verify\">\u7167\u5408\u30fb\u78ba\u8a8d<\/button>\n  <\/div>\n\n  <div id=\"htpasswd-mode-generate\" class=\"htpasswd-mode active\" role=\"tabpanel\">\n    <div class=\"htpasswd-section\">\n      <label class=\"htpasswd-label\" for=\"htpasswd-username\">\u30e6\u30fc\u30b6\u30fc\u540d (ID)<\/label>\n      <input type=\"text\" id=\"htpasswd-username\" class=\"htpasswd-input\" placeholder=\"\u4f8b: admin\" maxlength=\"255\" aria-describedby=\"htpasswd-username-error\">\n      <div class=\"htpasswd-error\" id=\"htpasswd-username-error\" role=\"alert\"><\/div>\n    <\/div>\n\n    <div class=\"htpasswd-section\">\n      <label class=\"htpasswd-label\" for=\"htpasswd-password\">\u30d1\u30b9\u30ef\u30fc\u30c9<\/label>\n      <div class=\"htpasswd-input-group\">\n        <input type=\"password\" id=\"htpasswd-password\" class=\"htpasswd-input htpasswd-input-with-toggle\" placeholder=\"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\" maxlength=\"255\" aria-describedby=\"htpasswd-password-error\">\n        <button class=\"htpasswd-toggle-password\" id=\"htpasswd-toggle-password\" type=\"button\" aria-label=\"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8868\u793a\/\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\">\n          <svg class=\"htpasswd-icon-eye\" viewBox=\"0 0 24 24\">\n            <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\" \/>\n            <circle cx=\"12\" cy=\"12\" r=\"3\" \/>\n          <\/svg>\n        <\/button>\n      <\/div>\n      <div class=\"htpasswd-password-actions\">\n        <button class=\"htpasswd-btn-small\" id=\"htpasswd-generate-password\" aria-label=\"\u30e9\u30f3\u30c0\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u751f\u6210\">\u30e9\u30f3\u30c0\u30e0\u751f\u6210<\/button>\n      <\/div>\n      <div class=\"htpasswd-error\" id=\"htpasswd-password-error\" role=\"alert\"><\/div>\n    <\/div>\n\n    <div class=\"htpasswd-section\">\n      <label class=\"htpasswd-label\" for=\"htpasswd-algorithm\">\u6697\u53f7\u5316\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0<\/label>\n      <select id=\"htpasswd-algorithm\" class=\"htpasswd-select\" aria-describedby=\"htpasswd-algorithm-note\">\n        <option value=\"md5\">MD5 (apr1) \u2013 \u63a8\u5968<\/option>\n        <option value=\"bcrypt\">bcrypt<\/option>\n      <\/select>\n      <div class=\"htpasswd-algorithm-note\" id=\"htpasswd-algorithm-note\">\u203b MD5 (apr1) \u304c\u6700\u3082\u4e92\u63db\u6027\u304c\u9ad8\u304f\u63a8\u5968\u3055\u308c\u307e\u3059<\/div>\n    <\/div>\n\n    <button class=\"htpasswd-btn-primary\" id=\"htpasswd-generate-btn\" aria-label=\".htpasswd\u30d5\u30a1\u30a4\u30eb\u3092\u751f\u6210\">.htpasswd \u3092\u751f\u6210\u3059\u308b<\/button>\n\n    <div class=\"htpasswd-reset-group\">\n      <button class=\"htpasswd-btn-reset\" id=\"htpasswd-reset-btn\" aria-label=\"\u5165\u529b\u5185\u5bb9\u3092\u30ea\u30bb\u30c3\u30c8\">\u5165\u529b\u3092\u30ea\u30bb\u30c3\u30c8<\/button>\n    <\/div>\n\n    <div id=\"htpasswd-output-area\" style=\"display: none;\">\n      <div class=\"htpasswd-output-section\">\n        <p class=\"htpasswd-output-title\">.htpasswd \u30d5\u30a1\u30a4\u30eb\u7528\u30b3\u30fc\u30c9<\/p>\n        <div class=\"htpasswd-output-box primary\">\n          <button class=\"htpasswd-copy-btn\" data-htpasswd-copy=\"htpasswd-output\" aria-label=\".htpasswd\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\">\u30b3\u30d4\u30fc<\/button>\n          <div class=\"htpasswd-output-content\" id=\"htpasswd-output\"><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"htpasswd-output-section\">\n        <p class=\"htpasswd-output-title\">.htaccess \u30d5\u30a1\u30a4\u30eb\u7528 \u8a18\u8ff0\u4f8b<\/p>\n        <div class=\"htpasswd-output-box\">\n          <button class=\"htpasswd-copy-btn\" data-htpasswd-copy=\"htaccess-output\" aria-label=\".htaccess\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\">\u30b3\u30d4\u30fc<\/button>\n          <div class=\"htpasswd-output-content\" id=\"htaccess-output\"><\/div>\n          <div class=\"htpasswd-note\">\n            <strong>\u91cd\u8981:<\/strong> AuthUserFile \u306e\u30d1\u30b9\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u4e0a\u306e\u5b9f\u969b\u306e\u30d5\u30eb\u30d1\u30b9\u306b\u66f8\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044\u3002\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"htpasswd-output-section\">\n        <p class=\"htpasswd-output-title\">\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u751f\u6210\u7528\u30b3\u30fc\u30c9<\/p>\n        <div class=\"htpasswd-output-box\">\n          <button class=\"htpasswd-copy-btn\" data-htpasswd-copy=\"command-output\" aria-label=\"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\">\u30b3\u30d4\u30fc<\/button>\n          <div class=\"htpasswd-output-content\" id=\"command-output\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div id=\"htpasswd-mode-verify\" class=\"htpasswd-mode\" role=\"tabpanel\">\n    <div class=\"htpasswd-section\">\n      <label class=\"htpasswd-label\" for=\"htpasswd-hash-input\">\u30cf\u30c3\u30b7\u30e5\u5024 (.htpasswd \u306e\u4e2d\u8eab)<\/label>\n      <textarea id=\"htpasswd-hash-input\" class=\"htpasswd-textarea\" placeholder=\"\u4f8b: admin:$apr1$abc...$xyz...\" rows=\"4\" aria-describedby=\"htpasswd-hash-note htpasswd-hash-error\"><\/textarea>\n      <div class=\"htpasswd-note\" id=\"htpasswd-hash-note\">\u203b .htpasswd \u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\uff08\u30e6\u30fc\u30b6\u30fc\u540d:\u30cf\u30c3\u30b7\u30e5\u5024 \u5f62\u5f0f\uff09\u3092\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044<\/div>\n      <div class=\"htpasswd-error\" id=\"htpasswd-hash-error\" role=\"alert\"><\/div>\n    <\/div>\n\n    <div class=\"htpasswd-section\">\n      <label class=\"htpasswd-label\" for=\"htpasswd-verify-password\">\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u5e73\u6587\uff09<\/label>\n      <div class=\"htpasswd-input-group\">\n        <input type=\"password\" id=\"htpasswd-verify-password\" class=\"htpasswd-input htpasswd-input-with-toggle\" placeholder=\"\u78ba\u8a8d\u3057\u305f\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\" maxlength=\"255\" aria-describedby=\"htpasswd-verify-note htpasswd-verify-password-error\">\n        <button class=\"htpasswd-toggle-password\" id=\"htpasswd-toggle-verify-password\" type=\"button\" aria-label=\"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8868\u793a\/\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\">\n          <svg class=\"htpasswd-icon-eye\" viewBox=\"0 0 24 24\">\n            <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\" \/>\n            <circle cx=\"12\" cy=\"12\" r=\"3\" \/>\n          <\/svg>\n        <\/button>\n      <\/div>\n      <div class=\"htpasswd-note\" id=\"htpasswd-verify-note\">\u203b \u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30cf\u30c3\u30b7\u30e5\u5024\u3068\u4e00\u81f4\u3059\u308b\u304b\u78ba\u8a8d\u3057\u307e\u3059\uff08\u5fa9\u53f7\u306f\u3067\u304d\u307e\u305b\u3093\uff09<\/div>\n      <div class=\"htpasswd-error\" id=\"htpasswd-verify-password-error\" role=\"alert\"><\/div>\n    <\/div>\n\n    <button class=\"htpasswd-btn-primary\" id=\"htpasswd-verify-btn\" aria-label=\"\u30d1\u30b9\u30ef\u30fc\u30c9\u7167\u5408\u3092\u5b9f\u884c\">\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3059\u308b\u304b\u78ba\u8a8d\u3059\u308b<\/button>\n\n    <div id=\"htpasswd-verify-result\" role=\"status\" aria-live=\"polite\"><\/div>\n  <\/div>\n\n  <script>\n\n  <\/script>\n<\/div>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001WEB\u30b5\u30a4\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u5236\u9650\uff08Basic\u8a8d\u8a3c\uff09\u3092\u304b\u3051\u308b\u969b\u306b\u5fc5\u8981\u3068\u306a\u308b\u300c.htpasswd\u30d5\u30a1\u30a4\u30eb\u300d\u306e\u4e2d\u8eab\u3092\u7c21\u5358\u306b\u4f5c\u6210\u3067\u304d\u308b\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u3067\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u3084\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082\u3001\u4ee5\u4e0b\u306e\u6a5f\u80fd\u3092\u5229\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-0\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<p><strong>1. .htpasswd\u7528\u306e\u30cf\u30c3\u30b7\u30e5\u5316\u30d1\u30b9\u30ef\u30fc\u30c9\u751f\u6210<\/strong><br>\u30e6\u30fc\u30b6\u30fc\u540d\uff08ID\uff09\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u8a8d\u8b58\u3067\u304d\u308b\u300c\u30cf\u30c3\u30b7\u30e5\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u300d\u3092\u81ea\u52d5\u751f\u6210\u3057\u307e\u3059\u3002\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u5f37\u5ea6\u306e\u9ad8\u3044\u300cbcrypt\u300d\u3084\u3001\u4e92\u63db\u6027\u306e\u9ad8\u3044\u300cMD5\u300d\u5f62\u5f0f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>2. .htaccess\u7528\u306e\u8a18\u8ff0\u4f8b\u306e\u81ea\u52d5\u4f5c\u6210<\/strong><br>.htpasswd\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u3060\u3051\u3067\u306f\u8a8d\u8a3c\u306f\u6a5f\u80fd\u3057\u307e\u305b\u3093\u3002\u3053\u306e\u30c4\u30fc\u30eb\u3067\u306f\u3001\u5bfe\u3068\u306a\u308b\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u300c.htaccess\u300d\u306b\u8a18\u8ff0\u3059\u3079\u304d\u30b3\u30fc\u30c9\u3082\u540c\u6642\u306b\u751f\u6210\u3059\u308b\u305f\u3081\u3001\u30b3\u30d4\u30fc\uff06\u30da\u30fc\u30b9\u30c8\u3067\u30b9\u30e0\u30fc\u30ba\u306b\u8a2d\u5b9a\u4f5c\u696d\u3092\u884c\u3048\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>3. \u30cf\u30c3\u30b7\u30e5\u5024\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u7167\u5408\u30fb\u78ba\u8a8d<\/strong><br>\u300c\u6614\u8a2d\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5408\u3063\u3066\u3044\u308b\u304b\u5206\u304b\u3089\u306a\u3044\u300d\u300c\u6697\u53f7\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u306e\u5143\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u78ba\u8a8d\u3057\u305f\u3044\u300d\u3068\u3044\u3046\u5834\u5408\u306b\u3001\u30cf\u30c3\u30b7\u30e5\u5024\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u3066\u3044\u308b\u304b\u3092\u5224\u5b9a\u30fb\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<br>\u203b\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u306e\u4ed5\u69d8\u4e0a\u3001\u30cf\u30c3\u30b7\u30e5\u5024\u304b\u3089\u5143\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5fa9\u5143\uff08\u5fa9\u53f7\uff09\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u304c\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u7b54\u3048\u5408\u308f\u305b\u304c\u53ef\u80fd\u3067\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u4f7f\u3044\u65b9\u306e\u6d41\u308c<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-2\"><strong>\u4f5c\u6210\u30fb\u751f\u6210\u30e2\u30fc\u30c9<\/strong><\/h3>\n\n\n\n<p>\u3053\u308c\u304b\u3089Basic\u8a8d\u8a3c\u3092\u8a2d\u5b9a\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u30e6\u30fc\u30b6\u30fc\u540d (ID) \u306e\u5165\u529b<\/strong>: \u534a\u89d2\u82f1\u6570\u5b57\u3067\u8a8d\u8a3c\u306b\u4f7f\u3046ID\u3092\u5165\u529b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5165\u529b<\/strong>: \u8a8d\u8a3c\u306b\u4f7f\u3046\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u307e\u3059\u3002\u300c\u30e9\u30f3\u30c0\u30e0\u751f\u6210\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u3001\u5f37\u529b\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u81ea\u52d5\u5165\u529b\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u9078\u629e<\/strong>: \u7279\u6bb5\u306e\u7406\u7531\u304c\u306a\u3051\u308c\u3070\u3001\u63a8\u5968\uff08\u30c7\u30d5\u30a9\u30eb\u30c8\uff09\u306e\u307e\u307e\u3067\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002\u3088\u308a\u5f37\u56fa\u306a\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3092\u6c42\u3081\u308b\u5834\u5408\u306f\u300cbcrypt\u300d\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n\n\n\n<li><strong>\u751f\u6210\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af<\/strong>: \u300c.htpasswd\u3092\u751f\u6210\u3059\u308b\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u3001\u753b\u9762\u4e0b\u90e8\u306b\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b3\u30fc\u30c9\u306e\u30b3\u30d4\u30fc<\/strong>: \u8868\u793a\u3055\u308c\u305f\u300c.htpasswd\u30d5\u30a1\u30a4\u30eb\u7528\u30b3\u30fc\u30c9\u300d\u3068\u300c.htaccess\u30d5\u30a1\u30a4\u30eb\u7528 \u8a18\u8ff0\u4f8b\u300d\u3092\u305d\u308c\u305e\u308c\u30b3\u30d4\u30fc\u3057\u3001\u30b5\u30fc\u30d0\u30fc\u4e0a\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-3\"><strong>\u7167\u5408\u30fb\u78ba\u8a8d\u30e2\u30fc\u30c9<\/strong><\/h3>\n\n\n\n<p>\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u30bf\u30d6\u306e\u5207\u308a\u66ff\u3048<\/strong>: \u753b\u9762\u4e0a\u90e8\u306e\u300c\u7167\u5408\u30fb\u78ba\u8a8d\u300d\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30cf\u30c3\u30b7\u30e5\u5024\u306e\u5165\u529b<\/strong>: .htpasswd\u30d5\u30a1\u30a4\u30eb\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u6587\u5b57\u5217\uff08\u4f8b: user:$apr1$xyz\u2026\uff09\u3092\u305d\u306e\u307e\u307e\u8cbc\u308a\u4ed8\u3051\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5165\u529b<\/strong>: \u78ba\u8a8d\u3057\u305f\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u5e73\u6587\uff09\u3092\u5165\u529b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u78ba\u8a8d\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af<\/strong>: \u300c\u4e00\u81f4\u3059\u308b\u304b\u78ba\u8a8d\u3059\u308b\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u3001\u305d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u3057\u3044\u304b\u3069\u3046\u304b\u306e\u5224\u5b9a\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>Basic\u8a8d\u8a3c\u3092\u6b63\u3057\u304f\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306b\u77e5\u3063\u3066\u304a\u304f\u3079\u304d\u7528\u8a9e\u3084\u4ed5\u7d44\u307f\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>Basic\u8a8d\u8a3c\uff08\u30d9\u30fc\u30b7\u30c3\u30af\u8a8d\u8a3c\uff09\u3068\u306f<\/strong><br>WEB\u30b5\u30a4\u30c8\u3084\u7279\u5b9a\u306e\u30da\u30fc\u30b8\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u969b\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5165\u529b\u3092\u6c42\u3081\u308b\u7c21\u6613\u7684\u306a\u8a8d\u8a3c\u30b7\u30b9\u30c6\u30e0\u3067\u3059\u3002\u7279\u5b9a\u306e\u4eba\u3060\u3051\u306b\u30da\u30fc\u30b8\u3092\u898b\u305b\u305f\u3044\u5834\u5408\u306b\u3088\u304f\u5229\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>.htpasswd\uff08\u30a8\u30a4\u30c1\u30c6\u30a3\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\uff09\u3068\u306f<\/strong><br>Basic\u8a8d\u8a3c\u3067\u4f7f\u7528\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u8a18\u9332\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u3053\u3068\u3067\u3059\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u305d\u306e\u307e\u307e\u306e\u6587\u5b57\uff08\u5e73\u6587\uff09\u3067\u306f\u306a\u304f\u3001\u6697\u53f7\u5b66\u7684\u30cf\u30c3\u30b7\u30e5\u95a2\u6570\u306b\u3088\u3063\u3066\u300c\u30cf\u30c3\u30b7\u30e5\u5316\uff08\u610f\u5473\u306e\u306a\u3044\u6587\u5b57\u5217\u306b\u5909\u63db\uff09\u300d\u3055\u308c\u3066\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u6697\u53f7\u5316\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\uff08MD5 \/ bcrypt\uff09\u306e\u9055\u3044<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>MD5 (apr1)<\/strong>: Apache\u30b5\u30fc\u30d0\u30fc\u3067\u6a19\u6e96\u7684\u306b\u4f7f\u308f\u308c\u308b\u5f62\u5f0f\u3067\u3059\u3002\u53e4\u3044\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u6700\u65b0\u306e\u30b5\u30fc\u30d0\u30fc\u307e\u3067\u5e45\u5e83\u304f\u5bfe\u5fdc\u3057\u3066\u304a\u308a\u3001\u4e92\u63db\u6027\u304c\u9ad8\u3044\u306e\u304c\u7279\u5fb4\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>bcrypt<\/strong>: MD5\u3088\u308a\u3082\u8a08\u7b97\u306b\u6642\u9593\u3092\u304b\u3051\u308b\u3053\u3068\u3067\u3001\u7dcf\u5f53\u305f\u308a\u653b\u6483\u306a\u3069\u306b\u5bfe\u3059\u308b\u8010\u6027\u3092\u9ad8\u3081\u305f\u5f62\u5f0f\u3067\u3059\u3002\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u8981\u4ef6\u304c\u53b3\u3057\u3044\u5834\u5408\u306b\u63a8\u5968\u3055\u308c\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-5\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f<\/h2>\n\n\n\n<p><strong>1. \u5236\u4f5c\u4e2d\u306e\u30b5\u30a4\u30c8\u3092\u95a2\u4fc2\u8005\u306e\u307f\u306b\u516c\u958b\u3057\u305f\u3044\u3068\u304d<\/strong><br>WEB\u30b5\u30a4\u30c8\u306e\u30ea\u30cb\u30e5\u30fc\u30a2\u30eb\u4e2d\u3084\u30c6\u30b9\u30c8\u74b0\u5883\u306a\u3069\u3001\u4e00\u822c\u30e6\u30fc\u30b6\u30fc\u3084\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306e\u30af\u30ed\u30fc\u30e9\u30fc\u306b\u898b\u3089\u308c\u305f\u304f\u306a\u3044\u5834\u5408\u306b\u3001Basic\u8a8d\u8a3c\u3092\u304b\u3051\u308b\u305f\u3081\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>2. \u4f1a\u54e1\u9650\u5b9a\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4f5c\u308a\u305f\u3044\u3068\u304d<\/strong><br>\u7c21\u6613\u7684\u306a\u4f1a\u54e1\u30b5\u30a4\u30c8\u3084\u3001\u793e\u5185\u5411\u3051\u306e\u9023\u7d61\u30dc\u30fc\u30c9\u306a\u3069\u3001\u7279\u5b9a\u306eID\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u77e5\u3063\u3066\u3044\u308b\u4eba\u3060\u3051\u304c\u95b2\u89a7\u3067\u304d\u308b\u30a8\u30ea\u30a2\u3092\u4f5c\u308a\u305f\u3044\u5834\u5408\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>3. WordPress\u306e\u7ba1\u7406\u753b\u9762\u3092\u4fdd\u8b77\u3057\u305f\u3044\u3068\u304d<\/strong><br>WordPress\u306e\u30ed\u30b0\u30a4\u30f3\u753b\u9762\uff08wp-admin\uff09\u306b\u5bfe\u3057\u3066\u3001\u901a\u5e38\u306e\u30ed\u30b0\u30a4\u30f3\u8a8d\u8a3c\u306e\u624b\u524d\u306bBasic\u8a8d\u8a3c\u3092\u8ffd\u52a0\u3059\u308b\u3053\u3068\u3067\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3092\u4e8c\u91cd\u306b\u3057\u3001\u4e0d\u6b63\u30a2\u30af\u30bb\u30b9\u3092\u9632\u3050\u7528\u9014\u3067\u4f7f\u308f\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>4. \u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8a2d\u5b9a\u30df\u30b9\u3092\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d<\/strong><br>\u300cBasic\u8a8d\u8a3c\u3092\u8a2d\u5b9a\u3057\u305f\u306e\u306b\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u306a\u3044\u300d\u3068\u3044\u3046\u30c8\u30e9\u30d6\u30eb\u306e\u969b\u3001\u7167\u5408\u6a5f\u80fd\u3092\u4f7f\u3063\u3066\u300c\u8a2d\u5b9a\u3057\u305f\u30cf\u30c3\u30b7\u30e5\u5024\u300d\u3068\u300c\u624b\u5143\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u300d\u304c\u672c\u5f53\u306b\u4e00\u81f4\u3057\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u3001\u539f\u56e0\u306e\u5207\u308a\u5206\u3051\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-6\">Basic\u8a8d\u8a3c\u304c\u3046\u307e\u304f\u3044\u304b\u306a\u3044\u6642\u306e\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8<\/h2>\n\n\n\n<p>\u8a2d\u5b9a\u3057\u305f\u306e\u306b\u8a8d\u8a3c\u753b\u9762\u304c\u51fa\u306a\u3044\u3001\u307e\u305f\u306f\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u306a\u3044\uff08500\u30a8\u30e9\u30fc\u304c\u51fa\u308b\uff09\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u30dd\u30a4\u30f3\u30c8\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p><strong>1. \u30d5\u30eb\u30d1\u30b9\uff08\u7d76\u5bfe\u30d1\u30b9\uff09\u306e\u8a18\u8ff0\u30df\u30b9<\/strong><br>.htaccess\u30d5\u30a1\u30a4\u30eb\u5185\u306e <code>AuthUserFile<\/code> \u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u4e0a\u306e\u300c\u30d5\u30eb\u30d1\u30b9\uff08\u7d76\u5bfe\u30d1\u30b9\uff09\u300d\u3092\u8a18\u8ff0\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002URL\uff08http\uff5e\uff09\u3084\u76f8\u5bfe\u30d1\u30b9\u3067\u306f\u52d5\u4f5c\u3057\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u306e\u7ba1\u7406\u753b\u9762\u3084FTP\u30bd\u30d5\u30c8\u3067\u3001.htpasswd\u30d5\u30a1\u30a4\u30eb\u3092\u7f6e\u3044\u305f\u5834\u6240\u306e\u6b63\u78ba\u306a\u30d1\u30b9\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p><strong>2. \u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5165\u529b\u9593\u9055\u3044<\/strong><br>\u5927\u6587\u5b57\u30fb\u5c0f\u6587\u5b57\u306f\u533a\u5225\u3055\u308c\u307e\u3059\u3002\u307e\u305f\u3001\u5168\u89d2\u30b9\u30da\u30fc\u30b9\u306a\u3069\u304c\u6df7\u5165\u3057\u3066\u3044\u306a\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4e0d\u5b89\u306a\u5834\u5408\u306f\u3001\u3053\u306e\u30c4\u30fc\u30eb\u306e\u300c\u7167\u5408\u30fb\u78ba\u8a8d\u300d\u6a5f\u80fd\u3092\u5229\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p><strong>3. \u6539\u884c\u30b3\u30fc\u30c9\u306e\u554f\u984c<\/strong><br>Windows\u306e\u30e1\u30e2\u5e33\u306a\u3069\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u3068\u3001\u6539\u884c\u30b3\u30fc\u30c9\u306e\u9055\u3044\u306b\u3088\u308a\u30b5\u30fc\u30d0\u30fc\u304c\u30d5\u30a1\u30a4\u30eb\u3092\u6b63\u3057\u304f\u8aad\u307f\u8fbc\u3081\u306a\u3044\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u306e\u4fdd\u5b58\u8a2d\u5b9a\u3067\u3001\u6539\u884c\u30b3\u30fc\u30c9\u3092\u300cLF\u300d\u306b\u3057\u3066\u4fdd\u5b58\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f5c\u6210\u30fb\u751f\u6210 \u7167\u5408\u30fb\u78ba\u8a8d \u30e6\u30fc\u30b6\u30fc\u540d (ID) \u30d1\u30b9\u30ef\u30fc\u30c9 \u30e9\u30f3\u30c0\u30e0\u751f\u6210 \u6697\u53f7\u5316\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0 MD5 (apr1) \u2013 \u63a8\u5968bcrypt \u203b MD5 (apr1) \u304c\u6700\u3082\u4e92\u63db\u6027\u304c\u9ad8\u304f\u63a8\u5968\u3055\u308c\u307e\u3059 .htpasswd \u3092\u751f\u6210 &#8230; <\/p>\n","protected":false},"author":4,"featured_media":11954,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26,25,8,20],"tags":[],"class_list":{"0":"post-11939","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-server","8":"category-security","9":"category-tool","10":"category-network","11":"entry"},"_links":{"self":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/11939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/comments?post=11939"}],"version-history":[{"count":7,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/11939\/revisions"}],"predecessor-version":[{"id":12049,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/11939\/revisions\/12049"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media\/11954"}],"wp:attachment":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media?parent=11939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/categories?post=11939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/tags?post=11939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}