within this directory, I've got the following .htaccess file:
Code: Select all
deny from all
<FilesMatch "^(merchant\.mvc|admin\.mvc|index\.htm|index\.html|graphics\/.*)$">
allow from all
</FilesMatch>Code: Select all
deny from all
<FilesMatch "^(merchant\.mvc|admin\.mvc|index\.htm|index\.html|graphics\/)$">
allow from all
</FilesMatch>EDIT: just to make things that much more annoying and difficult, if I now change from using the IP address to using the domain name, it miraculously doesn't work again. Unless I just allow from all... then it works fine. I hate configuration.