فهرست منبع

Update the Apache .htaccess file

Mark Crane 11 سال پیش
والد
کامیت
0f1fdbb99a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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]