excaliburpartners/polycomphones/master/provisioning/.htaccess - Htaccess File

excaliburpartners/polycomphones/master/provisioning/.htaccess

Options -Indexes

RewriteEngine on
RewriteBase /polycom/

RewriteRule ^exten(.*).cfg$ exten.php?mac=$1
RewriteRule ^([a-f0-9]{12}).cfg$ device.php?mac=$1 [NC]

RewriteCond %{REQUEST_METHOD} PUT
RewriteRule ^logs/(.*).log$ put.php [NC]

RewriteCond %{REQUEST_METHOD} PUT
RewriteRule ^overrides/(.*).cfg$ put.php [NC]

RewriteCond %{REQUEST_METHOD} PUT
RewriteRule ^contacts/(.*).xml$ put.php [NC]

On Github License

Files

Download PDF of Htaccess file
PUT, REQUEST_METHOD

Comments

Apache