Jump to content
  • 0

All www appear as index


mrlongshen

Question


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

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 ?

 

attachicon.gifDesktop_2014_04_21_17_13_51_653.jpgattachicon.gifDesktop_2014_04_21_17_15_19_332.jpg

I can help you. Drop me a message here or in Skype: iam.hyd00

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

Thanks all to all who help me.

Problem solve.

Topic closed~

Link to comment
Share on other sites

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.

×
×
  • Create New...