Giter VIP home page Giter VIP logo

sphurl's Introduction

Sphurl

Most simple URL shortener.

It creates mod_rewrite entries in a .htaccess file.

Installation

Your webserver needs to support Python WSGI.

Example virtualhost config for Apache with FCGID:

<VirtualHost *:80>
ServerAdmin [email protected]
ServerName example.org
DocumentRoot /home/example/www/sphurl/
<Directory "/home/example/www/sphurl/">
    Options FollowSymLinks ExecCGI -Indexes
    AllowOverride FileInfo Options Limit
    AddHandler wsgi-script .py
    Order allow,deny
    Allow from all
</Directory>
</VirtualHost>

Place the Sphurl files in the /home/example/www/sphurl/ directory.

You should now be able to access the web interface by going to http://example.org/sphurl.py

Notes

  • Make sure the paths in the .py file are correct. A WSGI environment is very limited so best use absolute paths.
  • Also make sure the permission are correct!
  • This is probably the smallest program I've written ever :)

Example .htaccess file generated by sphurl:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} example.org$ [NC]
RewriteRule ^000$ http://www.z25.org/static/_rd_/zocp_init_plab/index.html [R=301,L]
RewriteRule ^001$ http://www.z25.org/static/_rd_/freaklab_plab/index.html [R=301,L]
RewriteRule ^002$ http://www.z25.org/static/_rd_/videostreaming_intro_plab/index.html [R=301,L]
RewriteRule ^003$ http://www.z25.org/static/_rd_/dune2threads_plab/index.html [R=301,L]
RewriteRule ^004$ http://www.z25.org/static/_rd_/zocp_init_plab/index.html [R=301,L]
RewriteRule ^005$ http://www.z25.org/static/_rd_/glimp_tool_plab/index.html [R=301,L]
RewriteRule ^$ http://www.example.org$1 [R=301,L]

sphurl's People

Contributors

sphaero avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.