Description: Function: You can convert a long URL into a short domain URL, this with a simple background
Site program demonstrates: http://ip.chaosemails.com
How to use:
1 Create a new database
2. Use pma like tools, import phurl.sql file
3. Modify the config.php file config.php file, which I added a note// comments after
The admin folder to modify the name and security point
apache need to turn on the pseudo-static support included. htaccess file. Attached to a my own get the nginx pseudo-static rules:
location/{
rewrite ^/(.+) $/redirect.php? alias = $ 1 last
}
Novice for hope Please do not Paizhuan. Thank you.
To Search:
File list (Check if you may need any files):
phurl_短域名\安装说明.txt
............\admin\footer.php
............\.....\header.php
............\.....\index.php
............\.....\login.php
............\.....\logout.php
............\.ssets\admin.css
............\......\admin.js
............\......\default.css
............\html\copy.png
............\....\default.css
............\....\footer.php
............\....\header.php
............\....\index_done.php
............\....\index_form.php
............\....\send.png
............\....\yes.png
............\.htaccess
............\config.php
............\functions.php
............\functionsd.php
............\index.php
............\phurl.sql
............\redirect.php
............\sendurl.php
............\admin
............\assets
............\html
phurl_短域名