diff --git a/.htaccess b/.htaccess index 4295431..d0dfc7d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,13 @@ ### SILVERSTRIPE START ### -Order deny,allow -Deny from all -Allow from 127.0.0.1 + Order deny,allow + Deny from all + Allow from 127.0.0.1 + + + + Order deny,allow + Deny from all RewriteEngine On diff --git a/web.config b/web.config new file mode 100644 index 0000000..754bc72 --- /dev/null +++ b/web.config @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file