A while back, I renamed admin to make it harder to hack my site.
My site has been set to 'down for maintenance' for some time, because it's not ready.
I tried just now to enter my admin area and it said I don't have permission.
What has happened? It seems my IP has been blocked out, likely with a .htaccess
I'm going to go check it out via other routes now, but any information or ideas would be uber, thanks.
EDIT:
Hokay.
The .htaccess in my admin directory says this;
<filesmatch "\.(php3?|tpl|inc|txt|cfg)$">
deny from all
</filesmatch>
Is this correct?



