Update the Apache .htaccess file
This commit is contained in:
parent
4e6d29924f
commit
a74d0c90dc
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue