diff --git a/mocha-php/src/mocha-php/.htaccess b/mocha-php/src/mocha-php/.htaccess
index 8e013bc..77a1431 100644
--- a/mocha-php/src/mocha-php/.htaccess
+++ b/mocha-php/src/mocha-php/.htaccess
@@ -3,6 +3,11 @@ RewriteEngine On
# Do not remove this line, otherwise mod_rewrite rules will stop working
# RewriteBase /
+
+RewriteCond %{REQUEST_FILENAME}.php -f
+
+RewriteRule ^setup$ setup.php [PT,L,QSA]
+
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
diff --git a/mocha-php/src/mocha-php/Configuration.inc.php b/mocha-php/src/mocha-php/Configuration.inc.php
new file mode 100644
index 0000000..233dbfb
--- /dev/null
+++ b/mocha-php/src/mocha-php/Configuration.inc.php
@@ -0,0 +1,19 @@
+
\ No newline at end of file
diff --git a/mocha-php/src/mocha-php/images/logo.svg b/mocha-php/src/mocha-php/images/logo.svg
new file mode 100644
index 0000000..eda3a6d
--- /dev/null
+++ b/mocha-php/src/mocha-php/images/logo.svg
@@ -0,0 +1,16 @@
+
+
+