404 when loading non-protected link
-
When loading non-protected media with this plugin installed I get 404 on my files. I think download.php needs status_header(200); just before readfile( $file ); That change worked for me.
) {
status_header( 304 );
exit;
}status_header(200);
readfile( $file );
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘404 when loading non-protected link’ is closed to new replies.