Kaynağa Gözat

Update .htaccess

FusionPBX 6 yıl önce
ebeveyn
işleme
07e537a2d0
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      .htaccess

+ 3 - 0
.htaccess

@@ -1,5 +1,8 @@
 RewriteEngine    On
 
+#REST api
+RewriteRule ^(.*)/api/(.*)$                                                     $1/api/index.php?rewrite_uri=$2 [QSA]
+
 # $mac or $mac.cfg/xml
 RewriteRule     ^.*([A-Fa-f0-9]{12})(?:\.xml|\.cfg)?$                           app/provision/index.php?mac=$1 [QSA]