Forum Moderators: phranque
I placed the following htaccess directive in my htaccess file:
<Directory /administrator/*>
Order Allow, Deny
Deny from all
Allow from 241.234.8.1
</Directory>
The administrator directory must only be accessible from the given IP address. This htaccess file is placed in the root directory.
Directory structure:
/
/administrator
I wonder why this doesn't work....
Thnx in advance!
Greetz Ruben
I placed a htaccess file in the administrator directory, as you said.
Order Allow, Deny
Deny from all
Allow from 243.148.236.64
With the preceding contents.
But this causes a internal server error.
<snip>
[edited by: jdMorgan at 2:28 pm (utc) on Oct. 24, 2006]
[edit reason] No URLs, please. See Terms of Service. [/edit]
Keywords may only be separated by a comma; no whitespace is allowed between them.
Jim