11
Dave_L
Re: Security?
  • 2004/5/31 14:50

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Yes, using a range of IPs would help. Unless a hacker happens to be in the same range.

Here's the entry in my .htaccess file that password-protects admin.php:

<Files "admin.php">
AuthType Basic
AuthName 
"Whatever"
AuthUserFile /path/to/your/password/file
require valid-user
Files>


The .htaccess file is located in the top-level XOOPS directory.

The password file is created/updated with the Apache htpasswd command.

12
PJoshi
Re: Security?
  • 2004/5/31 15:41

  • PJoshi

  • Just popping in

  • Posts: 4

  • Since: 2004/5/27


Guys thanks for your help. I do have a static ip address, hence will try this protection against admin.php. Just to clarify, if I protect this file will it cause a problem with the XOOPS modules, eg valid/registered user cannot access a function etc..

13
tl
Re: Security?
  • 2004/5/31 16:35

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Thank Dave. Well, I can't really use it. I am using .htaccess mainly for mod-rewrite banning spambots.

Quote:
Yes, using a range of IPs would help. Unless a hacker happens to be in the same range.

It is possible, let's hope it is not.

Login

Who's Online

866 user(s) are online (332 user(s) are browsing Support Forums)


Members: 0


Guests: 866


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits