kyle Posted March 31, 2007 Posted March 31, 2007 how do I make it so that when I go to kyle.heliohost.org, is goes directly to my Joomla and not any other page? Quote
1337 Posted March 31, 2007 Posted March 31, 2007 Install Joomla directly in the public_html folder. (If you're installing via Fantastico, leave the "install in directory" part blank when setting it up) Alternatively, you can set up a redirect. Delete your index.html/index.php/etc from your main public_html folder (where Joomla is NOT installed in) and add index.php with the following code: <?php header("location:http://kyle.heliohost.org/PATHTOJOOMLA/"); ?> Quote
kyle Posted March 31, 2007 Author Posted March 31, 2007 when you say to add index.php. Is that a folder? EDIT: nvm, i got it. Thanks 1337 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.