Hi,
1) I have an .htaccess file in my root for rewriting urls.
2) I also have one in my administration directory which was to deny access to all IPs, except one.
However, running the second one gives me a 500 Internal Server Error.
The code is something like this, but with a different IP(not mine)...
Is there an obvious reason why this may be happening?Code:Order Deny,Allow Deny from 41.288.29.102
The page loads fine when I remove the .htaccess file.
Many thanks







Bookmarks