A PHP ‘short URL’ script which allows you host a URL shortening service for either your own benefit or for your websites visitors. This script is very simple and stores all the data in a single file. Users simply input their long URL into the field, click the button and are returned a short URL.
Features:
* Built for lightweight, quick and easy use
* Supports unlimited URLs
* No database required
* mod_rewrite ready
* Easy to install
* Language variables provide easy translation
Requirements:
* PHP 4.0.0 (or better)
* mod_rewrite
* Support for .htaccess files
