<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>60100</id>
      <name>apache-htaccess-wp</name>
      <created_at>2008-12-17T21:17:15Z</created_at>
      <updated_at>2008-12-17T21:17:16Z</updated_at>
      <description>DescriptionIf you are worried about your WordPress blog getting hacked, this can help immensely. It adds a 2nd layer of security to your blog by requiring a username and password to access anything in the /wp-admin/ folder. 

How it worksThe plugin is simple, you just choose a username and password and you are done. It writes the .htaccess file, without messing it up. It also encrypts your password and creates the .htpasswd file, as well as setting the correct security-enhanced file permissions on both. 

SettingsThis plugin automatically picks all the right settings for where to save the .htpasswd and .htaccess files, but you can easily change those settings to anything you want. You can change it whenever you want right from your WordPress Admin Panel. 

Installationpload aa-password-protect.zip to the /wp-content/plugins/ directory nzip into its own folder /wp-content/plugins/aa-password-protect/aa-password-protect.php ctivate the plugin through the Plugins menu in WordPress by clicking &quot;AskApache Password Protect&quot; o to your Options Panel and open the &quot;AskApache Password Protect&quot; submenu. hoose a username and password and hit the &quot;Password Protection&quot; button. Example OutputHere is a sample of the .htpasswd file output by the plugin. 

# BEGIN AskApache Password Protect
askapache:$1$UUNC/Y4z$2HrLVf23pizdtlUXazGbN1
# END AskApache Password Protect/wp-admin/.htaccess 

# BEGIN AskApache Password Protect
AuthName &quot;Authorization Required&quot;
AuthUserFile /htdocs/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
Require user askapache
# END AskApache Password Protect</description>
      <homepage_url>http://code.google.com/p/apache-htaccess-wp</homepage_url>
      <download_url></download_url>
      <url_name>apache-htaccess-wp</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id></analysis_id>
      <licenses>
        <license>
          <name>gpl</name>
          <nice_name>GNU General Public License 2.0</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
