Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 713 Bytes

linky

A simple PHP URL shortener

installation

  • Drag all the files into a directory and add them to your Apache config. (If you're using nginx or some other type of server software, you'll have to convert the .htaccess file to work)
  • Add all missing values to the config.php file in the app/ directory.
  • Create the linky_urls table in your MySQL server software. Use the following structure:
    image
    That's id, url, and uri.
    Please ensure the id column is marked as the primary key and auto-increments.

contributing

If you'd like to help with my project, just fork the project and create a pull request when you want your code merged. :)