短链接生成网站源码

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

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