Joomla friendly urls

Posted by ivan.etchart on October 02, 2009

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!

Trackbacks

Use this link to trackback from your own site.