Jump to content
  • 0

FluxCP Installation Screen Doesn't Show Up


Question

Posted

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.

6 answers to this question

Recommended Posts

Posted

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

Posted (edited)

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
Posted

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

Posted

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?

  • Recently Browsing   0 members

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