Login   Register  
PHP Classes
elePHPant
Icontem

File: .htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ovunc Tukenmez  >  URL Shortener  >  .htaccess  >  Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: sample_script - .htaccess
Class: URL Shortener
Create and expand short URLs in a MySQL database
Author: By
Last change: updated
Date: 2012-11-05 02:16
Size: 101 bytes
 

Contents

Class file image Download
Options +FollowSymlinks
RewriteEngine On

#short link
RewriteRule ^([^\/\.]+)$ link.php?id=$1 [L]