Security issue ? (404 cached thumb)
-
Hi! Thanks for your great plugin (y)
When I add this code in my htaccess:
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/directory/to/exclude/
RewriteRule wp-content/plugins/(.*\.php)$ – [R=404,L]
RewriteCond %{REQUEST_URI} !^/wp-content/themes/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/themes/directory/to/exclude/
RewriteRule wp-content/themes/(.*\.php)$ – [R=404,L]The cached video thumbnail has a 404 …
if I add # on this line :
#RewriteRule wp-content/plugins/(.*\.php)$ – [R=404,L]
All works fine ^^
I love the privacy protection in caching the thumb ?? (and speed optimization!)
It’s not dangerous to let public access to your plugin dir ?
the thumbnail url come from your php file :-/
Why not copy the thumb to a dir into /uploads ?TIA Cheers
- The topic ‘Security issue ? (404 cached thumb)’ is closed to new replies.