ho fatto una cartella privata e inserito htaccess con questo codice
vorrei far accedere da un form di login con php e DB ma non mi permette l'ingresso anche se il login utente è correttoCodice:<Directory /xxx> Options Indexes FollowSymLinks AllowOverride all Order Deny,Allow Deny from all Allow from localhost </Directory>
dove sbaglio
htaccess nella root è attivato con i parametri standard
grazieCodice:# av:AntiHotlink RewriteEngine on RewriteBase / RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://([a-z0-9\-\.]*)forliscacchi\.altervista\.org RewriteCond %{REQUEST_URI} !^\/_altervista_ht\/ RewriteCond %{HTTP_REFERER} !^http://([a-z0-9\-\.]+)google\. RewriteRule .*$ http://hl.altervista.org/split.php?http://%{HTTP_HOST}%{REQUEST_URI} [R,L] # AntiHotlink

LinkBack URL
About LinkBacks
