View file .htaccess
DirectoryIndex index.php index.htm php_flag "register_globals" off php_flag "display_errors" off <Files "*.log"> Deny from all </Files> RewriteEngine On RewriteRule ^(([0-9]+).)?([a-zA-Z0-9_-]+).(wml|xhtml)$ index.php?%{QUERY_STRING}&id=$2&m=$3&version=$4 [L] RewriteRule ^(([0-9]+).)?([a-zA-Z0-9_-]+)$ index.php?%{QUERY_STRING}&id=$2&m=$3 [L] # RewriteRule ^([a-zA-Z0-9_-]{3,})/(([0-9]+)/)?$ index.php?%{QUERY_STRING}&m=$1&id=$3 [L]