diff --git a/.htaccess b/.htaccess
index b9f890e..d0dfc7d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,15 +1,20 @@
-### SILVERSTRIPE START ###
-
-Order deny,allow
-Deny from all
-Allow from 127.0.0.1
-
-
-RewriteEngine On
-
-RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)
-
-RewriteCond %{REQUEST_URI} ^(.*)$
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
+### SILVERSTRIPE START ###
+
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
+
+
+
+ Order deny,allow
+ Deny from all
+
+
+RewriteEngine On
+
+RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)
+
+RewriteCond %{REQUEST_URI} ^(.*)$
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###
\ No newline at end of file
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