DirectoryIndex index.php
AddDefaultCharset UTF-8
RewriteEngine On
RewriteRule ^load-([A-Za-z0-9_-]+)-([0-9]+).html$ save.php?cat=$1&id=$2 [QSA,NC]
RewriteRule ^imgload/([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+).jpg$ img.php?w=$1&h=$2&file=$3 [QSA,NC]
RewriteRule ^([A-Za-z0-9_-]+).html$ index.php?act=$1 [QSA,NC]