diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 000000000..82ca1ead4 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,8 @@ + +RewriteEngine On +RewriteBase /primevue/ +RewriteRule ^primevue/index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /primevue/index.php [L] + diff --git a/public/index.html b/public/index.html index d83f6f40a..257f9a267 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@ +