{"id":2589,"date":"2013-05-23T12:53:07","date_gmt":"2013-05-23T12:53:07","guid":{"rendered":"http:\/\/www.webninjataylor.com\/library\/?p=2589"},"modified":"2015-06-08T16:36:26","modified_gmt":"2015-06-08T20:36:26","slug":"password-protect-a-folder","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/password-protect-a-folder\/","title":{"rendered":"Password Protect a Folder"},"content":{"rendered":"<ul>\n<li><span style=\"line-height: 16px;\">Create .htaccess and\u00a0.htpasswd files in the folder<\/span><\/li>\n<li>One username and password per line, separated by a colon<\/li>\n<li>Make sure to set the right privileges to the files so Apache can use them\n<ul>\n<li>chmod 0644 .htaccess<\/li>\n<li>chmod 0644 .htpasswd<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>.htaccess File<\/h2>\n<pre>AuthType Basic\r\nAuthName \"restricted area\"\r\nAuthUserFile \/home6\/path\/to\/the\/directory\/you\/are\/protecting\/.htpasswd\r\nrequire valid-user\r\n<\/pre>\n<h2>.htpasswd File<\/h2>\n<pre>username:encryptedPassword\r\n<\/pre>\n<h2>Resources<\/h2>\n<ul>\n<li><a href=\"http:\/\/davidwalsh.name\/web-development-tools\" target=\"_blank\">Password Generator<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Create .htaccess and\u00a0.htpasswd files in the folder One username and password per line, separated by a colon Make sure to set the right privileges to the files so Apache can use them chmod 0644 .htaccess chmod 0644 .htpasswd .htaccess File AuthType Basic AuthName &#8220;restricted area&#8221; AuthUserFile \/home6\/path\/to\/the\/directory\/you\/are\/protecting\/.htpasswd require valid-user .htpasswd File username:encryptedPassword Resources Password Generator<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[157],"class_list":["post-2589","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-tools"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/2589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=2589"}],"version-history":[{"count":9,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/2589\/revisions"}],"predecessor-version":[{"id":3953,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/2589\/revisions\/3953"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=2589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=2589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=2589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}