DirectoryIndex index.php
php_value display_errors off

RewriteEngine On
RewriteRule ^(wml|xhtml|html)/([a-z]+)?((/)([0-9]+))?(/)?$		/index.php?v=$1\&mod=$2\&id=$5\&%{QUERY_STRING}
RewriteRule ^login/$			/index.php?mod=login\&%{QUERY_STRING}
