Making the admin password secure

Mike Mike

No avatar

2005-05-25 19:38

Is it possible to put the admin.php into admin directory to make this direcrory secure with .htaccess password?

Wizzud

No avatar

2005-05-27 10:15

No, your relative paths get screwed up. You could try this in your .htaccess file instead ...?

<Files admin.php>
AuthName "Administration"
AuthType Basic
AuthUserFile .htpasswd
Require valid-user
</Files>

Back to top
about us | contact