hi everybody,
I need to create a new index.html, but when i try to call the new index I recive the next error
Error response
Error code: 404
Message: Not Found.
Error code explanation: 404 - Nothing matches the given URI.
In my principal page index. i call the new index in the folder
/home/pi/testWebiopi/testMauro/New
</head>
<body>
<h1>WebIOPi DEMO</h1>
<p>Domotic Test Raspberry PI</p>
<h2><a href="/home/pi/testWebiopi/testMauro/New">new page</a></h2>
<div id="content" align="center"></div>
</body>
</html>
How to I resolve this problem?
attached files
thanks in advance