Page 1 of 1

Unable to see the install page.

Posted: Thu Feb 05, 2015 8:50 am
by yksdanny
Script URL: http://192.168.110.120/helpdesk/install/
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hi, Im trying to do a new installation.
But now im stuck at the install part where i cant get the install.php to work
whenever i got to /install it will only show me the dir under the install folder in the browser.
did i miss anything?

Re: Unable to see the install page.

Posted: Thu Feb 05, 2015 5:35 pm
by Klemen
Your server doesn't recognize "index.php" as a default file. You will need to add "index.php" as a default file in your web server configuration (you didn't mention what you use so search Google on how to do that in your server).

Re: Unable to see the install page.

Posted: Fri Feb 06, 2015 1:57 am
by yksdanny
Im using the hesk installation guide. then i just install apache and copy the file into /var/www/html/helpdesk
mind to share how to change to index.php as default?

Re: Unable to see the install page.

Posted: Fri Feb 06, 2015 2:32 am
by yksdanny
i got it work after install php too.
just yum install php and restart the httpd service.
It fixed. thanks man.