AddDefaultCharset UTF-8 
DirectoryIndex index.php 
Options -Indexes 
php_value error_reporting 0 
php_flag display_errors 0 
RewriteEngine On 
RewriteRule ^list/(.*) index.php?cat=$1 [L] 