{"id":2272,"date":"2015-06-18T06:57:52","date_gmt":"2015-06-18T06:57:52","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=2272"},"modified":"2021-02-17T12:13:23","modified_gmt":"2021-02-17T12:13:23","slug":"configure-basic-authentication-in-apache-using-htaccess","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/","title":{"rendered":"Configure Basic Authentication in Apache using .htaccess"},"content":{"rendered":"<p>To setup basic authentication in Apache first create a .htaccess file in your website root folder or in specific directory and add following code:<!--more--><\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre class=\"lang:default decode:true \">AuthType Basic\r\nAuthName \"Secure Content\"\r\nAuthUserFile \/home\/myuser\/public_html\/.htpasswd\r\nrequire valid-user<\/pre>\n<div class=\"space1\"><\/div>\n<p>Now we create users in .htpasswd as defined in <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-password-protected-a-folder-from-htaccess\/\">.htaccess file<\/a>. We can add user and password either in plain text or md5 encrypted.<\/p>\n<p><strong>Adding password in plain text format<\/strong><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">htpasswd -c \/home\/username\/public_html\/.htpasswd  username<\/pre>\n<\/div>\n<p><strong>Adding password with md5 crypt format<\/strong><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">htpasswd -cm \/home\/username\/public_html\/.htpasswd  username<\/pre>\n<\/div>\n<p><strong>Configure Apache to allow .htaccess Authentication<\/strong><\/p>\n<p>By standard Apache doesn\u2019t allow to use of <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\">.htaccess<\/a>, So we also need to upgrade below settings in our httpd.conf to allow .htaccess based authentication.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">From:\r\nAllowOverride none\r\n\r\nTo:\r\nAllowOverride AuthConfig<\/pre>\n<\/div>\n<p>AuthConfig will allow only authentication in .<a href=\"https:\/\/cpanelplesk.com\/wp62\/redirect-visitors-maintenance-page-using-htaccess\/\">htaccess<\/a>, other\u00a0setting will be ignored. To allow all setting defined in .htaccess file use \u201cAll\u201d in place of AuthConfig\u201d.<\/p>\n<p><strong>Restart Apache to test Setup<\/strong><\/p>\n<p>After making any changes in<a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-rebuild-apache-configuration-files-on-plesk\/\"> Apache configuration<\/a> file , we need to restart Apache web service.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">service httpd restart<\/pre>\n<\/div>\n<p>Done.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To setup basic authentication in Apache first create a .htaccess file in your website root folder or in specific directory and add following code: [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":973,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2272","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure Basic Authentication in Apache using .htaccess - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Configure Basic Authentication in Apache using .htaccess - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"To setup basic authentication in Apache first create a .htaccess file in your website root folder or in specific directory and add following code: [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"Configure Basic Authentication in Apache using .htaccess\",\"datePublished\":\"2015-06-18T06:57:52+00:00\",\"dateModified\":\"2021-02-17T12:13:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\"},\"wordCount\":147,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\",\"name\":\"Configure Basic Authentication in Apache using .htaccess - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif\",\"datePublished\":\"2015-06-18T06:57:52+00:00\",\"dateModified\":\"2021-02-17T12:13:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif\",\"width\":240,\"height\":254},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure Basic Authentication in Apache using .htaccess\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure Basic Authentication in Apache using .htaccess - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/","twitter_card":"summary_large_image","twitter_title":"Configure Basic Authentication in Apache using .htaccess - cPanel Plesk","twitter_description":"To setup basic authentication in Apache first create a .htaccess file in your website root folder or in specific directory and add following code: [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"Configure Basic Authentication in Apache using .htaccess","datePublished":"2015-06-18T06:57:52+00:00","dateModified":"2021-02-17T12:13:23+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/"},"wordCount":147,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif","articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/","url":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/","name":"Configure Basic Authentication in Apache using .htaccess - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif","datePublished":"2015-06-18T06:57:52+00:00","dateModified":"2021-02-17T12:13:23+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/11\/disbale-directory-browsing-in-.htaccess.gif","width":240,"height":254},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"Configure Basic Authentication in Apache using .htaccess"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/2272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=2272"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/2272\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/973"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=2272"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=2272"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=2272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}