FreePBX-ContributedModules/endpointman/master/provisioning/.htaccess - Htaccess File

FreePBX-ContributedModules/endpointman/master/provisioning/.htaccess

RewriteEngine on
RewriteCond %{THE_REQUEST} ^GET*
RewriteRule ^(.*)$ p.php [QSA,L]

RewriteCond %{THE_REQUEST} ^PUT*
RewriteRule ^(.*)$ p.php [QSA,L]

RewriteCond %{THE_REQUEST} ^POST*
RewriteRule ^(.*)$ p.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT, THE_REQUEST

Comments

Apache