Explorar el Código

Update the Apache .htaccess file

Mark Crane hace 11 años
padre
commit
0f1fdbb99a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

@@ -1,4 +1,4 @@
-ewriteEngine	On
+RewriteEngine	On
 
 RewriteRule     ^([A-Fa-f0-9]{12})(\.(xml|cfg))?$                      app/provision/index.php?mac=$1 [QSA]
 RewriteRule     ^([A-Fa-f0-9]{2}[:-][A-Fa-f0-9]{2}[:-][A-Fa-f0-9]{2}[:-][A-Fa-f0-9]{2}[:-][A-Fa-f0-9]{2}[:-][A-Fa-f0-9]{2}[:-])(\.(xml|cfg))?$     app/provision/index.php?mac=$1 [QSA]