PDA

View Full Version : easy joomla problem


bagellad
07-13-2009, 04:12 PM
Hi I have been working on my awful web skills. Right now I have a site..

www.computerheroes.ca/joomla

and I was wondering how to make it just be www.computerheroes.ca
which currently goes to my old site. I was trying to do a redirect but it wouldn't work.

ProTech Support
07-13-2009, 05:16 PM
Simply move the entire contents of the "Joomla" folder into the root folder of the website. After you move everything, open the "Configuration.php" file. You will need to change the following to reflect the new path to the files:

var $live_site
var $tmp_path
var $log_path

For example "var $live_site" will have the setting of:
"http://www.computerheroes.ca/joomla"

You will change it to:
"http://www.computerheroes.ca"

bagellad
07-15-2009, 04:58 AM
Thank you very much. I will conquer website development yet.