Skip to content

Commit

Permalink
chore: changed .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
demtario committed Apr 9, 2024
1 parent 7037a84 commit 6676de1
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
Options +FollowSymLinks +ExecCGI
Options -MultiViews
RewriteEngine on

RewriteRule sitemap.xml sitemap.xml [L]
RewriteRule robots.txt robots.txt [L]
RewriteRule manifest.json manifest.json [L]
RewriteRule manifest.webmanifest manifest.webmanifest [L]

RewriteCond %{REQUEST_URI} !(\.svg|\.png|\.jpg|\.gif|\.jpeg|\.bmp|\.ico|\.css|\.js|\.txt|\.mp4|\.map|\.woff2|\.woff|\.ttf|\.eot)$
RewriteRule (.*) index.html [QSA]
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]

0 comments on commit 6676de1

Please sign in to comment.