Should I hide my admin section well? It is password protected, but is it still important to hide it better?
For example, right now I have: mysite.com/admin/
Should i make it something like: mysite.com/qwxhuv/admin/
?
thanks
txbakers
5:51 pm on Mar 19, 2004 (gmt 0)
The path name really doesn't make a difference.
Just be sure that the directory is heavily password protected, or write a separate login routine to access those pages.
wackal
5:54 pm on Mar 19, 2004 (gmt 0)
you might also want to consider only uploading the admin files when you need to use them. If there are a lot of people using these files it might not be possible, but if you can, it is a good way to protect them.
mrmean
6:22 pm on Mar 19, 2004 (gmt 0)
thanks for the replies. I guess it will be ok where it is.