最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Hot Linked Own Images

programmeradmin1浏览0评论

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

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论