Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Westiegirl] Could use help protecting Admin

Quote Reply
Re: [Westiegirl] Could use help protecting Admin In reply to
Hi:

Sounds like you have a real problem there. If you can access your httpd.conf file then this is an even more secure method than using .htaccess.

Add the following to this file:-

<Directory /path/to/links/admin/>
Order deny,allow
Deny from all
Allow from 222.222.2.2 127.0.0.1 (assuming 222.222.2.2 is your IP address)
</Directory>

You normally also add some options to these entries, but as (I am assuming) that your installation is below cgi-bin then these should already be set properly (eg. Options ExecCGI -MultiViews +SymLinksIfOwnerMatch etc).

As I said earlier, this is a better method, in my view, than .htacess at securing your directory.

Is this person getting in via FTP? You should check your FTP logs for this and restrict your users. I would even, if someone other than yourself has FTP access consider deleting all users and starting over with new usernames and passwords. Always connect via SFTP and SSH.

I would also run a spyware program (comprehensive scan) over the computer and/or network you use to access your site - you may have a nasty in there that is catching your keystrokes/passwords etc.

Hope this helps,


Regards,



Clint.
--------------------------
http://AffiliatesDirectory.com
The Affiliate Programs Directory
Subject Author Views Date
Thread Could use help protecting Admin Westiegirl 12739 Dec 16, 2005, 9:02 PM
Thread Re: [Westiegirl] Could use help protecting Admin
VishalT 12568 Dec 16, 2005, 9:42 PM
Thread Re: [SWDevil.Com] Could use help protecting Admin
Westiegirl 12508 Dec 16, 2005, 10:23 PM
Thread Re: [Westiegirl] Could use help protecting Admin
regatta 12507 Dec 17, 2005, 1:51 AM
Post Re: [regatta] Could use help protecting Admin
VishalT 12442 Dec 17, 2005, 7:57 AM
Thread Re: [regatta] Could use help protecting Admin
Westiegirl 12483 Dec 17, 2005, 8:59 AM
Thread Re: [Westiegirl] Could use help protecting Admin
regatta 12448 Dec 17, 2005, 9:53 AM
Post Re: [regatta] Could use help protecting Admin
Westiegirl 12429 Dec 17, 2005, 10:13 AM
Thread Re: [regatta] Could use help protecting Admin
Westiegirl 12451 Dec 17, 2005, 6:52 PM
Thread Re: [Westiegirl] Could use help protecting Admin
webmaster33 12373 Dec 19, 2005, 4:44 AM
Thread Re: [webmaster33] Could use help protecting Admin
Andy 12426 Dec 19, 2005, 4:52 AM
Thread Re: [Andy] Could use help protecting Admin
webmaster33 12368 Dec 19, 2005, 5:10 AM
Post Re: [webmaster33] Could use help protecting Admin
Westiegirl 12354 Dec 19, 2005, 9:13 AM
Thread Re: [regatta] Could use help protecting Admin
Westiegirl 12459 Dec 17, 2005, 10:39 AM
Thread Re: [Westiegirl] Could use help protecting Admin
tandat 12449 Dec 17, 2005, 11:10 AM
Post Re: [tandat] Could use help protecting Admin
Westiegirl 12459 Dec 17, 2005, 11:24 AM
Post Re: [Westiegirl] Could use help protecting Admin
Clint 12473 Dec 17, 2005, 2:24 AM