Delete .htaccess

pull/3449/head
Tuğçe Küçükoğlu 2022-12-27 10:25:12 +03:00
parent 9bdcd26831
commit fcfc7cc320
1 changed files with 0 additions and 8 deletions

View File

@ -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>