hai pepak, this great plugin plugin is just what i need, but i can't make it work.
ok here is my situation, i had a folder named download located in root, an inside it has 2 sub-folder
after i install plugin and go to wp-admin -> setting -> Simple Download Monitor
- in Allowed directories i put ==> download/
- in Allowed extensions i put ==> zip|rar|7z|avi|mkv
- in Store detailed logs? ==> i check Use detailed statistics.
and then i put
RewriteRule ^(download/.*) /index.php?sdmon=$1 [L]
directly above RewriteCond %{REQUEST_FILENAME} !-f
as instructed
but when i go to wp-admin -> tools -> Simple Download Monitor
there's no file at all......
there is text :
All downloads
Show nonexistent downloads
Filename Download count Last date
but my files aren't showing.
am i missing something ? i'm at lost now
i hope you can point me to right direction
thanks
A-r