diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ae6c429 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$ +RewriteRule ^.+$ index.php [L] \ No newline at end of file diff --git a/index.php b/index.php index 4afb195..fda22b9 100755 --- a/index.php +++ b/index.php @@ -26,7 +26,25 @@ require_once("creds.php");