PHP Classes

File: .htaccess

Recommend this page to a friend!
  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: 12 years ago
Size: 101 bytes
 

Contents

Class file image Download
Options +FollowSymlinks RewriteEngine On #short link RewriteRule ^([^\/\.]+)$ link.php?id=$1 [L]