This is the frame page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="185,*" frameborder="NO" border="0" framespacing="0">
<frame src="admin-left.htm" name="nav" noresize id="nav">
<frame src="main.php" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</HTML>
Notice the main.php...
When I try to access the page I get this error:
Not Found
The requested URL /site/admin/main.htm was not found on this server.
even though I specified main.php it looks for main.htm.
ANy ideas?