This forum is no longer active. Please post your questions to our new community site

Forums Joomla!

Welcome screen is the first thing people see when they hit my site

Subscribe to Welcome screen is the first thing people see when they hit my site 2 post(s), 2 voice(s)

 
Avatar iamsegal 1 post

Hi all,
I installed the joomla/bitnami package successfully. Prolem is when people go to my ip address the first thing they see is the welcome screen with the link to go to the joomla page.
Is this standard or have I done something wrong?

thanks
Dave

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi Dave,

The BitNami welcome page is a simple html page in /apache2/htdocs/index.html. You can edit and modify as you want. I suggest to create a simple redirection page:


<html>
<body onLoad = "parent.location = 'http://your_ip/joomla'">
Redirection ...
</body>

I hope it helps.

Forums Joomla!