星辰短域是一个url网址缩短平台。免费开源,下面介绍该项目。
演示站点:
1、http://url.jishusongshu.com/
一、项目配置
(1)安装方法
1.下载源码.
2.上传至你的网站根目录.
3.访问网站域名填写mysql等信息进行安装
4.修改网站伪静态配置:
Nginx:
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?id=$1 last;
}
Apache:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?id=$1 [L]
</IfModule>
IIS (仅供参考,未进行测试):
<rule name="tool.apizl.com rewriteTools1" patternSyntax="ECMAScript" stopProcessing="true">
<match url="^/(.*)" ignoreCase="false" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/index.php?id={R:1}" appendQueryString="false" />
</rule>
(2)其他提示
由于某些原因,该源码仍然使用Mysqli连接数据库,可能缺乏一定的安全性,使用时请注意使用WAF等平台进行保护。 该项目目前由k6o.top进行维护
二、源码下载
https://github.com/soxft/URLshorting
附
件
下
载
文件名称:UrlShorting-2.3.0
适用版本:PHP
更新日期:2022-5-20
文件大小:145 K
提示:遇问题或链接失效请联系站长,本站欢迎捐赠!
Invitation
QQ Group
1095632335
created:04/01/2020
Welcome to the Group
Use this card to join us and participate in a pleasant discussion together .
Welcome to JISHUSONGSHU Group,wish you a nice day .