 John GaltForward, MarchPremium join:2004-09-30 Happy Camp kudos:5 | reply to cdru
Re: Localhost IP Shown in Forum Registration said by cdru:Apache's .htaccess. I believe putting the following in that file will block localhost. Apache's not my thing so I can't guarantee it.
order allow,deny deny from localhost allow from all Is this position-sensitive within the .htaccess file, or will "anywhere" within the file do...? |
|
|
|
 cdruGo ColtsPremium,MVM join:2003-05-14 Fort Wayne, IN kudos:7 | said by John Galt:Is this position-sensitive within the .htaccess file, or will "anywhere" within the file do...? I believe it doesn't matter as long as there aren't conflicting directives. |
|
 John GaltForward, MarchPremium join:2004-09-30 Happy Camp kudos:5 | OK...thanks!
I give it a try and see what happens. |
|