server-status-project/server-status

CSS Not Working.

cattoyyc opened this issue · 4 comments

Hello, I have uploaded all the files and installed it all but the CSS seems to not work
image

Also after looking the admin panel doesn't exist..
image

I just downloaded the script. I had the same problem!

Because in de install.php there is this line
str_replace("##url##", urlencode($_POST['url']), $config);

Will create in the config file https%3A%2F%2F

This messup the url that you enter by the install

If you download the config.php and edit 2 lines you will fix the error / issue

Please edit 2 lines
define("WEB_URL", "https://status.yoururl.com"); //Used for links

define("POLICY_URL","https://status.yoururl.com/policy.php");

Oh, thank you so much

Pryx commented

Resolved by #101