Jump to content

Recommended Posts

Posted

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?

Posted

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/");
?>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...