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 Alexandr  >  cThumbnail  >  .htaccess  >  Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: example .htaccess
Class: cThumbnail
Generate thumbnails from image files
Author: By
Last change:
Date: 2006-05-03 07:05
Size: 186 bytes
 

Contents

Class file image Download
RewriteEngine On

RewriteRule	image/resized/(.*)/(.*)/(.*)/(.*)$ r-image.php?color=$3&file=$4&w=$1&h=$2 [L]
RewriteRule	image/resized/(.*)/(.*)/(.*)$ r-image.php?file=$3&w=$1&h=$2 [L]