VitexSoftware/LinkQuick/master/src/.htaccess - Htaccess File

VitexSoftware/LinkQuick/master/src/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_URI} /([0-9a-z]+)$ [NC]
RewriteRule ^(.*) url.php?U=%1 [L]

RewriteCond %{REQUEST_URI} /oid/([0-9a-z]+)$ [NC]
RewriteRule ^(.*) openidserver.php/idpage?user=%1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache