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?
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/"); ?>
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now