Ma volendola implementare si può realizzare qualcosa in questo modo oppure è un qualcosa di particolarmente complesso?
index.html
<html>
<body>
<head>
<title>home</title>
</head>
<center>
<h1>
<a href="linked.html">Pagina protetta</a>
</h1>
</center>
</body>
</html>
linked.html
<html>
<body>
<head>
<title>test</title>
</head>
<center>
<h1>
<a href="index.html">Home</a>
</h1>
</center>
</body>
</html>
.htaccess
AuthUserFile .htpasswd
AuthGroupFile linked.html
AuthName "Accesso riservato"
AuthType Basic
require valid-user
.htpasswd
pippo:pluto