diff --git a/Profice WebSite/.htaccess b/Profice WebSite/.htaccess
index 77c5411..034467f 100644
--- a/Profice WebSite/.htaccess
+++ b/Profice WebSite/.htaccess
@@ -47,6 +47,20 @@ Options -Indexes
php_value error_reporting E_ALL & ~E_DEPRECATED & ~E_STRICT
+# Handle PHP files if mod_php is not available
+
+ SetHandler application/x-httpd-php
+
+
+# Alternative PHP handler for different server configurations
+
+ AddHandler fcgid-script .php
+
+
+
+ AddHandler cgi-script .php
+
+
# Force HTTPS (uncomment if you have SSL certificate)
# RewriteEngine On
# RewriteCond %{HTTPS} off
diff --git a/Profice WebSite/backup-form.html b/Profice WebSite/backup-form.html
new file mode 100644
index 0000000..58f26a2
--- /dev/null
+++ b/Profice WebSite/backup-form.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+ Kontaktformular - Profice
+
+
+
+
+
+
+
+
diff --git a/Profice WebSite/index.html b/Profice WebSite/index.html
index 0737ba3..8e40a4c 100644
--- a/Profice WebSite/index.html
+++ b/Profice WebSite/index.html
@@ -520,11 +520,103 @@
+
+
+
Debug Panel
+
+
+
+
+
+
+
+
+
+
+
+