Delete .htaccess
parent
9bdcd26831
commit
fcfc7cc320
|
@ -1,8 +0,0 @@
|
||||||
<IfModule mod_rewrite.c>
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteBase /primevue-nuxt/
|
|
||||||
RewriteRule ^primevue-nuxt/index\.php$ - [L]
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
|
||||||
RewriteRule . /primevue-nuxt/index.php [L]
|
|
||||||
</IfModule>
|
|
Loading…
Reference in New Issue