I have seemed to have an issue with Hot Linked images. Not someone else's, but my own. This page: / The image is shown with the Hot linked overlay. The actual image is in my own media directory and linked from there.
Copy of my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Has anyone run across this issue before? Thank you