PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Chouchen   PHP Short URL Generator   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Short URL Generator
Create short URLs storing them in a XML database
Author: By
Last change:
Date: 4 years ago
Size: 179 bytes
 

Contents

Class file image Download
Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ redir.php?name=$1 [L,R]