can anyone decipher what this .htaccess file does.
RewriteRule ^([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)[.]html$ test.php?category=$1&id=$2
RewriteRule ^([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)[.]html$ test.php?category=$1&subcategory=$2&id=$3
its supposed to help with unwanted access using bandwidth.
Kind regards andy

