diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..a250ea7b4 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ + + RewriteEngine on + RewriteRule ^.+$ index.php [L] + diff --git a/index.php b/index.php new file mode 100644 index 000000000..a071cc798 --- /dev/null +++ b/index.php @@ -0,0 +1,24 @@ +