Browse Source

Update the Apache .htaccess file

Mark Crane 11 years ago
parent
commit
e0f3b2520c
1 changed files with 1 additions and 1 deletions
  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]