Jump to content
  • 0

FluxCP Installation Screen Doesn't Show Up


Orgasmator

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/17/12
  • Last Seen:  

I'm running on CentOS 5 and I've created a folder named "cp" under var/www.

my application.php is like this:

'ServerAddress'	    => 'http://209.xx.xx.xx',			  // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
'BaseURI'			  => '/cp',					   // The base URI is the base web root on which your application lies.

When I try to go on http://209.xx.xx.xx/cp i get the error 404 page not found.

Additional information: -When I want to host a file from my server, I put files in var/www/html folder. I thought problem could be because of that. Tried to put the cp folder in html folder but that brings me up a page like ftp hosting which you can choose files etc.

Anyone help?

Thanks in advance.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Orgasmator,

What kind of webserver are you running? Did you install the proper modules such as PHP?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

first remove the[ / ]from base url and http from the ip , i think that should work for u

u should ahve php , pdo installed on server and dude seriously better use some freewbhost not ur vps for cp hosting

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/17/12
  • Last Seen:  

I'm not running from a webserver, I'm using my own vps. Just tried a free webhost and i couldn't even upload my files there.

Can anyone suggest a free webhost for cp?

Or else can anyone tell me how I can install php on my vps? I'm not sure if its installed or not.

first remove the[ / ]from base url and http from the ip , i think that should work for u

u should ahve php , pdo installed on server and dude seriously better use some freewbhost not ur vps for cp hosting

Did both but no change.

Edited by Orgasmator
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

use x90x.net they are free and reliable + premium hosting only for $1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

re-edit again the application.php

'ServerAddress'		 => '127.0.0.1',						 // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
'BaseURI'						 => '/cp',

and also, in centos by default you have to put your website in:

var/www/html/cp

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/17/12
  • Last Seen:  

re-edit again the application.php

'ServerAddress'		 => '127.0.0.1',						 // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
'BaseURI'						 => '/cp',

and also, in centos by default you have to put your website in:

var/www/html/cp

When I put it in /html/cp it directs me to the index page where the cp files are.

And also re-edited the php file as you suggested. I think my server does not have php installed. How can I install or check if its installed?

Link to comment
Share on other sites

×
×
  • Create New...