To enable friendly urls in joomla without error when you acces links in pages, is necessary to modify the file configuration.php in root directory of joomla.
Line to modify on configuration.php is : var $live_site = ”’;
By default $live_site variable value is empty, only need to put complete direction of joomla web site on it and it will work correctly! , for example :
var $live_site = ‘http://joomla.moove-it.com/’;
Finally, upload modify file to ftp!