Jump to content
  • 0

Question

Posted (edited)

hye all, i would like to ask a several things. Recently, I just finish setup my server.

when i want to install flux cp control there are error. all my files become the index files. here the screenshot..

it also happen on my phpmyadmin, how do i fix it ?

 

post-12126-0-66918600-1398072316_thumb.jpgpost-12126-0-42492900-1398072320_thumb.jpg

Edited by mrlongshen

5 answers to this question

Recommended Posts

Posted

Make sure PHP is installed and working by

 

make a new empty file named phpinfo.php

and add

<?php

phpinfo();

?>

and then add that to your root directory, load that file up in you favourite browser

 

that let us know your result

Posted

Make sure PHP is installed and working by

 

make a new empty file named phpinfo.php

and add

<?php

phpinfo();

?>

and then add that to your root directory, load that file up in you favourite browser

 

that let us know your result

 

ok wait sir, im trying to fix it. huhu

do you have a guide link to install latest php ?

Posted

What web server are you using?

 

if your running on windows you have a few options to choose all with php included

 

Xampp, wampserver, and ISS (this needs a little configuration but there are plenty of guides on the net to follow and get it to work)

 

if your running it on linux then

 

depending on what linux distro you are using

 

you can use commands like

 

sudo yum install apache mysql php

 

or

apt get apache mysql php

 

this will downlod and install them for you

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...