ho guardato quel thread...
ho inserito un file .htaccess contenente:
<Files *>
Order Allow, Deny
Deny from all
Allow from localhost
</Files>
e infatti se si va su www.chariots.it/video non fa accedere...
poi però dal sito ho i download fatti in questo modo:
bla
e nella pagina download.php faccio dei controlli e poi
header('Location: http://www.chariots.it/video/' . $id);
ma mi dice:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@chariots.it 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.
come se non potessi neanche dal sito!