PDA

View Full Version : setup joomla site at ix web hosting


charles
07-31-2008, 07:53 AM
two days back, i helping a friend to setup a joomla site at his ix web hosting account. Took me a while to figure out how few thing.

i was able to setup joomla through easyapp from ix control panel. But cant install it at root folder for the domain. I only manage to install joomla into subfolder. http://www.organicswiftletfarming.com/birdnest/

And once i am done with the quick installation, i have to add a php redirect file to the http://www.organicswiftletfarming.com/ root folder... thus redirect user to the /birdnest folder where joomla is installed.

add in a file name "default.php" at the domain folder with following php redirect script:
<?php
header('Location: http://www.organicswiftletfarming.com/birdnest/');
?>

it works:)