LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   joomla installation page showing only files and folders (https://www.linuxquestions.org/questions/linux-server-73/joomla-installation-page-showing-only-files-and-folders-939594/)

Gil@LQ 04-13-2012 01:54 AM

joomla installation page showing only files and folders
 
hi,

im using rhel6,trying to install joomla, donwloaded joommla1.5, extracted to /var/www/html , when type http://localhost on firefox and hit enter. installation page is not showing. web page is listing all the files folder in the /var/www/html folder.

please tel me what to do ,

i have php, mysql installed in my machine.

thank you....

sang_froid 04-13-2012 10:27 AM

that means your indexes is turned on in apache conf...and index.php is not listed in directoryindex directive...

check those two directives..

http://httpd.apache.org/docs/current...directoryindex

kitek 04-13-2012 12:31 PM

Quote:

Originally Posted by sang_froid (Post 4651898)
that means your indexes is turned on in apache conf...and index.php is not listed in directoryindex directive...

check those two directives..

http://httpd.apache.org/docs/current...directoryindex

Yep apache defaults its search index. You need to add index.php in there to get it to start. You set this in the httpd.conf file. Usally in etc/httpd/conf/httpd.conf. It is a ways down where you add it. Be sure to restart apache after you have made changes in there.

linuxlover.chaitanya 04-16-2012 05:44 AM

It is also a wise idea to turn indexing off on a production apache server. Please look into the above mentioned link and turn off the indexing for security reasons.

Gil@LQ 05-11-2012 03:13 PM

hi all,


thanks for your time, you are all right but, exact reason for my issue was, today i found it. It was missing php packages. During above installation i just installed php like

yum install php

so only few of the packages installed now i tried installing like

yum install php*

so now im done.

thank you.

---------- Post added 05-11-12 at 04:13 PM ----------

hi all,


thanks for your time, you are all right but, exact reason for my issue was, today i found it. It was missing php packages. During above installation i just installed php like

yum install php

so only few of the packages installed now i tried installing like

yum install php*

so now im done.

thank you.


All times are GMT -5. The time now is 01:30 AM.