Beschrijving
Enabling this plugin allows you to set up HTTP Authentication on your site. You can easily set username and password for HTTP Authentication.
This plugin helps:
- Secure your admin pages from the Brute attack.
- Restricting crawler to crawl on your site while development.
- Restrict admin pages after being your site Live.
- Easy to activate or deactivate HTTP Auth without deactivating plugin.
Thanks for the Support
The support from the users that love HTTP Auth is huge. You can support HTTP Auth future development and help to make it even better by donating or even giving a 5 star rating with a nice message to me 🙂
Bug reports
Bug reports for HTTP Auth are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.
Installatie
This process defines you the steps to follow either you are installing through WordPress or Manually from FTP.
From within WordPress
- Visit ‘Plugins > Add New’
- Search for HTTP Auth
- Activate HTTP Auth from your Plugins page.
- Go to “after activation” below.
Manually
- Upload the
http-auth
folder to the/wp-content/plugins/
directory - Activate HTTP Auth through the ‘Plugins’ menu in WordPress
- Go to “after activation” below.
After activation
- Go to the plugin settings page and set up the plugin for your site.
- You’re done!
Beoordelingen
Bijdragers & ontwikkelaars
“HTTP Auth” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “HTTP Auth” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
0.3.2
- $this variable Notice in Static Method
0.3.1
- Update translation folder PATH and fixed spelling typo on about page
0.3
- Enhancements
- Added Apache (PHP CGI) Compatibility
- Added Translation Capability
- Optimize Query to make better performance
- Fixed PHP Notices
0.2.1
- Fixed the security issues which may cause error when called directly
0.2
- Add OOPS Concept to make the performance better
0.1
- First release on wordpress.org