<FilesMatch "reissueLicence.php$">
    <IfModule mod_authz_core.c>
        Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
        Order Allow,Deny
        Allow from all
    </IfModule>
</FilesMatch>

<IfModule mod_negotiation.c>
  Options -MultiViews
</IfModule>

RewriteEngine On
RewriteCond %{REQUEST_URI} /reissue
RewriteRule . reissueLicence.php [L]
