UrlShorter is a simple and fast URL address shortening tool. It can convert long URL addresses into short ones. It is developed based on php+mysql. It is fast and puts little pressure on the server. It supports apache and nginx and adopts the same rewrite rules of wordpress. The specific rules have been packaged in the download and installation Inside the bag.
Installation is very simple, just upload all files to the website directory. Configure config.inc.php information, including database connection information and management background login information. Use phpmyadmin or other tools to import data, Enter the management address: http://www.your.com/admin.php to manage the URL. By default, only added functions are available. In this way, even if someone enters your backend, they cannot delete your data randomly. Remarks are optional. The URL address starts with http:// and has a maximum length of 255 characters. Remember CTRL+C to quickly copy the address generated in the text box.
The admin.php file can be renamed, if the previous access address is: http://www.domain.com/admin.php
We changed admin.php to 23ddsak3ssa.php. After the change, the address became: http://www.domain.com/23ddsak3ssa.php
This way it won't be easy for others to get into the background and add random things to you. This program is suitable for personal blogs and internal use (add URL). This program is hidden. Users don’t know what URL shortening service you are using because there is no front-end interface.