短链接生成网站源码

Baoshuo Ren 0c450dd8d3 Update app.js před 1 rokem
api e87cd6edd7 Update api.php před 5 roky
asset 0c450dd8d3 Update app.js před 1 rokem
inc 57125444ca removed popups that shouldn't appear před 3 roky
.htaccess 7a9c2fa314 Add files via upload před 5 roky
LICENSE 7a9c2fa314 Add files via upload před 5 roky
README.en.md 1390cbd7e2 Modified the language selection options před 3 roky
README.md 43a69e6b54 Update README.md před 3 roky
config.php 3e368f1e61 API配置 před 5 roky
index.php b367d1a1bf Update index.php před 1 rokem
nginx-rewrite.conf ae63d246cc Fix před 4 roky

README.en.md

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...