diff --git a/example/public/.htaccess b/example/public/.htaccess new file mode 100644 index 0000000..62d0312 --- /dev/null +++ b/example/public/.htaccess @@ -0,0 +1,4 @@ +Options -MultiViews +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ index.html [QSA,L]