Secure Admin Section

Associate
Joined
18 Oct 2002
Posts
1,581
Location
Nottingham
After my site got hacked i have decided to be less lazy and write my own site again. I was just wondering which method people think i should use to secure the admin pages of the site.

The two options i can think of are:

1. Goin into my cpanel and passwording the admin folder (how secure is this?)
2. Using a login script i have written

What do you guys use?
 
The .htaccess method (the former) is probably the most secure, as it's controlled by the server itself, and the passwords are encrypted and stored above the web root.

What are you using in your current log in script?
 
Last edited:
NaTe said:
After my site got hacked i have decided to be less lazy and write my own site again. I was just wondering which method people think i should use to secure the admin pages of the site.

The two options i can think of are:

1. Goin into my cpanel and passwording the admin folder (how secure is this?)
2. Using a login script i have written

What do you guys use?

Rather use the cPanel password protection (htaccess)
 
Back
Top Bottom