muhammad riza 6 vuotta sitten
vanhempi
commit
c79ab3d9e2
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7
    0
      .htaccess

+ 7
- 0
.htaccess Näytä tiedosto

@@ -0,0 +1,7 @@
1
+RewriteEngine On
2
+    # If an existing asset or directory is requested go to it as it is
3
+    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
4
+    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
5
+    RewriteRule ^ - [L]
6
+    # If the requested resource doesn't exist, use index.html
7
+RewriteRule ^ /index.html

Loading…
Peruuta
Tallenna