Explorar el Código

(Add): .htaccess

muhammad riza hace 7 años
padre
commit
2dc1470356
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .htaccess

+ 2
- 0
.htaccess Ver fichero

@@ -0,0 +1,2 @@
1
+RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d 
2
+RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html [L]

Loading…
Cancelar
Guardar