Per cominciare, grazie dell'interessamento...
ho seguito il tuo suggerimento, l'escamotage funziona.......troppo, nel senso che mi restituisce in ogni caso un messaggio di errore.
Hò provato con due varianti e il messaggio di errore è diverso
se in .htaccess scrivo
order deny,allow
deny from all
allow from http://.www.miodominio.net
mi restituisce questo codice errore
--------------------------------------------------------------------------------------------------------------------------------------
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
-------------------------------------------------------------------------------------------------------------------------------------
se invece scrivo
order deny,allow
deny from all
allow from miodominio.net
il codice è questo
-------------------------------------------------------------------------------------------------------------------------------------
Forbidden You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
------------------------------------------------------------------------------------------------------------------------------------
come ti dicevo in ogni caso (loggato, non loggato, URL diretto loggato, URL diretto non loggato )
.......dove ho sbagliato ?
grazie
P.S.
ho seguito il tuo URL, ho fatto la prova che mi suggerivi e si apre una pagina di test di Apache