Howto protect admin.php / login.php with htaccess password
Create .htaccess and .htpasswd file and updoad it to your admin.php path.
.htaccess
<Files admin.php> AuthName "htaccess password protection" AuthType Basic AuthUserFile /your/path/to/.htpasswd Require valid-user </Files>
.htpasswd
username:password
Similar entries
- Filezilla and plain-text clear, unsecure password storage
- Set auto_prepend_file with .htaccess on Hosteurope managed hosting
- Configure phpMyAdmin to login automagicly without prompted for username and password
- Prevent hotlinking with htaccess and mod_rewrite
- .htaccess examples
- Url manipulation with mod_rewrite and php-catcher for beginners
- Comparison of HDGuard, DeepFreeze, Dr-Kaiser and SteadyState
- Magento admin login issue {{base_url}} is not recommended
- How to select a secure password for your online logins
- Search in text files recursively with PHP - Grep
- Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
- Check password strength / safety with PHP and Regex
- Backup all MySQL databases automagicly with the PHP admin script
- 403 error after installing Nagios and Webmin (conflict)
- Drupal does not send Email on Hosteurope
- A small login to add to top of online testing scripts
- PHP code examples for beginners
- need help for customizing PHP-grep files search
- Regex (regular expression) password check with Java
- Check password safety with JavaScript while typing

Comments
Post new comment