Premium URL Shortener是一个高级短网址缩短程序,带API功能,可以整合到自有其他平台。

下载

网站程序下载:https://ednovas.lanzoux.com/igqhSo9roti

备用:https://onecloud.ednovas.xyz/s/Wjho

伪静态规则

Nginx伪静态规则

if (!-e $request_filename)
{
rewrite ^/admin/(.*)?$ /admin/index.php?a=$1 break;
rewrite ^/(.*)$ /index.php?a=$1 last;
break;
}

Apache伪静态规则

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

DEMO

https://url.ednovas.xyz