Horje
image crop in htaccess Code Example
image crop in htaccess
# BEGIN ImageResizing
<ifmodule mod_rewrite.c>
RewriteEngine on
RewriteBase /
# scaling small, medium, large
RewriteRule ^img-small/([A-Za-z0-9/_-]+).(jpg|gif|png)$ images.php?max_width=100&imgfile=$1.$2
RewriteRule ^img-medium/([A-Za-z0-9/_-]+).(jpg|gif|png)$ images.php?max_width=230&imgfile=$1.$2
RewriteRule ^img-large/([A-Za-z0-9/_-]+).(jpg|gif|png)$ images.php?max_width=470&imgfile=$1.$2
</ifmodule>
# END ImageResizing
Source: sneak.co.nz




Whatever

Related
Haml Code Example Haml Code Example
superset meaning in math Code Example superset meaning in math Code Example
AjaxGet Code Example AjaxGet Code Example
frequency of ecg waveform Code Example frequency of ecg waveform Code Example
lamda function getSquare Code Example lamda function getSquare Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7