diff --git a/home/pi/pivilion/config/html/.htaccess b/home/pi/pivilion/config/html/.htaccess
new file mode 100644
index 0000000..db5fadb
--- /dev/null
+++ b/home/pi/pivilion/config/html/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{REQUEST_URI} !(\/index\.php)$
+RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]