Thread: http://www.ca.postgresql.org/bugs/index.php doesn't work under mozilla

http://www.ca.postgresql.org/bugs/index.php doesn't work under mozilla

From
Ashley Cambrell
Date:
Under mozilla build 2001111908 (linux).

Error message:
"www.bugs.php cannont be found."


the index.php has:
<meta HTTP-EQUIV ="Refresh" CONTENT="0;URL=http:bugs.php" >

which should read:
<meta HTTP-EQUIV ="Refresh" CONTENT="0;URL=bugs.php">

or
<meta HTTP-EQUIV ="Refresh"
CONTENT="0;URL=http://www.ca.postgresql.org/bugs/ bugs.php">

http:bugs.php is an invalid url.

Ashley Cambrell