To enable the search engine friendly URL codification try the following:
Save the following content in a file called ".htaccess",
then you should enable the following flag in the "config.inc.php" - file:
$rewriteEngine = "on";content of ".htaccess":
AddType application/x-httpd-php .html Options +FollowSymLinks RewriteEngine on RewriteRule index_(.*)_(.*)_(.*)\.html index.html?lang=$1tp=$2&page=$3 RewriteRule index_(.*)_(.*)_(.*)\.php index.php?lang=$1tp=$2&page=$3The first line of this file (AddType application/x-httpd-php .html)