2022-10-11 20:31:20 +08:00
2020-08-02 00:17:12 +08:00
2020-03-09 23:58:16 +08:00
2022-10-11 08:18:03 -04:00
2020-03-09 23:53:52 +08:00
2020-08-02 00:16:13 +08:00
2022-10-11 08:18:03 -04:00
2020-03-09 23:53:52 +08:00
Fix
2021-08-19 17:15:23 +08:00
2022-10-11 20:30:21 +08:00

ShortLink

简体中文 | English

The code is based on secondary development of CRZ.im, thanks for the hard work of the original author @Caringor!

Overview

A web URL shortener source code.

Installation

Environment

  • Compatible with PHP 7.x
  • Nginx 1.15+
  • MySQL 5.5+ (Not required for current version)

Suggestion: Please install it on a SSD server if the website will be heavily used.

Configuration

Modify the settings in config.php and change the permissions of the folder inc to 755.

URL rewrite rules

For Apache

Just directly use the file .htaccess.

For Nginx

Add the content of nginx-rewrite.conf to the Nginx server block being used.

Features

  • URL shortener
  • Concise page
  • One-click copy

Todo List

  • Add the support of MySQL
  • More...
Description
短链接生成网站源码
Readme 56 KiB
Languages
PHP 72%
JavaScript 14.6%
CSS 13.4%