PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Alexandr   cThumbnail   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: example .htaccess
Class: cThumbnail
Generate thumbnails from image files
Author: By
Last change:
Date: 19 years ago
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]