Related notes, this program was developed by the phurl project team, I just made a simple beautification.
Development project team address: http://code.google.com/p/phurl
Program demonstration on this site: http://JPJ.CC
Installation directory /install/, delete this directory after installation.
Original version upgrade method: Upload all files to overwrite, then delete config.php and execute /install/reinstall. The original data will be retained. To ensure safety, please back up all your data and program files before upgrading.
Apache needs to enable pseudo-static support and include the .htaccess file. Attached is an nginx pseudo-static rule I made myself:
location/{
rewrite ^/(.+)$ /redirect.php?alias=$1 last;
}
It's a newbie's work, I hope you don't take it for granted. Thanks.