PDA

View Full Version : ISPConfig main page is blank!!


solidstinch
23rd April 2007, 09:24
So I installed Ubuntu and ISPConfig using the guides found in this forum and everything went great. Just one weird problem---

When I try to access the ISPConfig url all it gives me is a blank page that says ISPConfig on the title. I viewed source on the page and it showed this:

<html>
<head>
<title>ISPConfig</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="0;URL=login.php">
</head>

<body bgcolor="#FFFFFF" text="#000000">

</body>
</html>


what happened to the main page and how can I fix this??

till
23rd April 2007, 10:22
This page redirects you to the login page. It seems s you have deactivated meta refreshes in your browser. Meta Refresh, header redirects and javascript must be enabled in your browser to use ISPConfig.

solidstinch
23rd April 2007, 16:00
just wanted to make sure there wasnt anything there I was missing :- ty