Open up conf/settings.php and add this line: Abrir conf / settings.php e adicionar esta linha:

$Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite'; Configuração $ [ 'URL_BUILDING_METHOD'] = 'o mod_rewrite';

Believe me, that’s all you need to do. Acreditem-me, isso é tudo o que você precisa fazer. Ain’t that easy? Não é assim tão fácil?
Note: I am assuming that you are using Apache HTTPD Web Server with mod_rewrite enabled. Nota: Estou supondo que você está usando HTTPD Apache Web Server com o mod_rewrite habilitado.
Note 2: I have tested it on windows but I have all reasons to believe that it will work fine on Unix / Linux too. Nota 2: Eu testei ele em janelas, mas eu tenho todos os motivos para acreditar que ele irá funcionar bem em Unix / Linux também. Normally Windows is the harder one to solve as far as Apache is concerned Normalmente o Windows é um dos mais difíceis de resolver, na medida do Apache está em causa :)