Browse Source

Changed mod to app as suggested in issue 333.

Mark Crane 13 years ago
parent
commit
81a22fce08
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .htaccess

+ 2 - 2
.htaccess

@@ -1,5 +1,5 @@
 RewriteEngine	On
 RewriteEngine	On
 
 
 
 
-RewriteRule     ^([A-Fa-f0-9]{12})(\.(xml|cfg))?$                        mod/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))?$                        mod/provision/index.php?mac=$1 [QSA]
+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]