Some images 404

时间:2012-12-10 作者:rwzdoorn

我将我们的旧博客迁移到主根目录中的同一服务器。出于某种原因,即使在/uploads/folder中,也不会再加载一些图像。当以URL的形式访问它们时,我得到了404,但我可以直接从FTP(和工作)下载它们。

有人知道问题出在哪里吗?

我在想我的。htaccess文件,但我不确定这是问题所在:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^dreamix-studio.com [nc]
rewriterule ^(.*)$ http://www.dreamix-studio.com/$1 [r=301,nc]
# 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

2 个回复
SO网友:markratledge

检查图像文件权限。并检查页面源中的路径,以确保图像位于正确的位置。

SO网友:M-R

您可能需要使用图像的新URL更新wp\\u posts表。查找post\\u类型“附件”的所有帖子的“guid”字段。它可能具有指向旧主机的GUID,如http://old-host.com/blah/blah/image.jpg. 如果是,请将其更改为新主机,如http://new-host.com/blah/blah/image.jpg.

结束

相关推荐

我如何才能让Taxonomy Images与‘orderby’参数一起工作?

我正在使用分类法图像插件,并试图对分类法进行排序,但分类法图像效果不佳。这项工作:$terms = get_terms( \'work_cat\', $args ); 但事实并非如此:$terms = apply_filters( \'taxonomy-images-get-terms\', \'\', $args ); 有什么想法吗?以下是完整的查询:<?php $args = array( \'taxonomy\' =>