简体中文 | English
The code is based on secondary development of CRZ.im, thanks for the hard work of the original author @Caringor!
A web URL shortener source code.
- Compatible with
PHP 7.x
Nginx 1.15+
(Not required for current version)MySQL 5.5+
Suggestion: Please install it on a SSD server if the website will be heavily used.
Modify the settings in config.php
and change the permissions of the folder inc
to 755
.
Just directly use the file .htaccess
.
Add the content of nginx-rewrite.conf
to the Nginx
server block being used.
- URL shortener
- Concise page
- One-click copy
- Add the support of
MySQL
- More...