Options +SymLinksIfOwnerMatch
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteEngine On
RewriteRule ^([^/]+)/?$ list.php?c=$1 [L]
RewriteRule ^page-al-(.*).html /page.php?al=$1
</IfModule>