Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
htaccess and admin sections
02-14-2009, 10:00 PM
Post: #1
htaccess and admin sections
I know most websites use an admincp that has authentication but how many people double up on that authentication with htaccess as well?

I think it's very important because if your site is sql injected and a persona can elevate their own privileges to admin then they usually head straight for admincp. A good way to avoid this is to htaccess protect your admincp which can thwart a hacker and end the penetration level.
Find all posts by this user
Quote this message in a reply
02-15-2009, 02:36 AM
Post: #2
RE: htaccess and admin sections
For a MyBB forum, I recommend changing your ACP directory's name and cut off the link to the ACP in every theme.
You can see a lot more here for MyBB protection: http://www.learnmybb.com/forums/thread-83.html
Find all posts by this user
Quote this message in a reply
02-15-2009, 06:38 PM
Post: #3
RE: htaccess and admin sections
Do you mean setting up a directory password? I usually don't do that, because I don't like entering two passwords just to get in. Although I have changed my admin directory and removed all the links. Wink
Find all posts by this user
Quote this message in a reply
03-04-2009, 10:00 PM
Post: #4
RE: htaccess and admin sections
I dont use htaccess for a protection generaly , although its great to prevent "hacking" attempts.
Also permisions should do the trick.
Find all posts by this user
Quote this message in a reply
03-04-2009, 10:35 PM
Post: #5
RE: htaccess and admin sections
I have it but, my host don't support some plugins, so it kinda sucks, that i cant use any good plugins that i want to use, but it's still good to prevent hacking and everything, i have never been hacked since i started my site, so it's doing a good job.
Find all posts by this user
Quote this message in a reply
03-11-2009, 07:03 PM
Post: #6
RE: htaccess and admin sections
I have done the .htaccess protection thing in the past, but I've completely forgotten how to do that. Any who, with the type of community I'm running, I don't think there is a need to have more than one administrator managing things. However, this is still a pretty good precaution in the event of an attack on your community. Can anyone direct me on how to set this .htaccess file? Thanks in advance.
Find all posts by this user
Quote this message in a reply
03-12-2009, 02:00 PM
Post: #7
RE: htaccess and admin sections
I just noticed Go Daddy allows you to do it, it's actually a nice idea. You will have to be rooted to get your forum hacked Tongue Well nice!!
Find all posts by this user
Quote this message in a reply
03-12-2009, 02:30 PM
Post: #8
RE: htaccess and admin sections
Hmm never did that. Thanks for the tip, Im gonne use it for my new "project" Tongue.
Find all posts by this user
Quote this message in a reply
03-12-2009, 04:37 PM
Post: #9
RE: htaccess and admin sections
(03-12-2009 02:00 PM)Soldier of Fortune Wrote:  I just noticed Go Daddy allows you to do it, it's actually a nice idea. You will have to be rooted to get your forum hacked Tongue Well nice!!

So GoDaddy isn't ALL that useless and icky, huh? This IS a brilliant idea to better secure your forum to discontinue the activities of a malicious user.

(03-12-2009 02:30 PM)O-D-M Wrote:  Hmm never did that. Thanks for the tip, Im gonne use it for my new "project" Tongue.

Good luck with your project then =D
Find all posts by this user
Quote this message in a reply
07-09-2009, 09:27 AM
Post: #10
RE: htaccess and admin sections
I just found out about this and I'm trying to learn as much about it as possible. I've already pw protected my admincp directories, but just in case you guy's didn't know, you can set the htaccess files also to deny all ip addresses except your own. so even if they ARE able to somehow crack the password, they still need the right ip to get in, and it's not like they're just gonna guess what your ip is. when it changes, just ftp in and update the htaccess files with your new ip address.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: