Title: rss images not loading
Last modified: August 19, 2016

---

# rss images not loading

 *  [Travi5](https://wordpress.org/support/users/travi5/)
 * (@travi5)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/)
 * Hey my rss feed on my sub-domain sites do not load my images as it should, I 
   am using comicpress but i don’t believe that’s the problem behind it, the rss
   feed links the broken image as
    /files/wp-content/blogs.dir/4/files/comics/2010-
   10-01-comic.png when really the file is at
 * /files/comics/2010-10-01-comic.png
    or /wp-content/blogs.dir/4/files/comics/2010-
   10-01-comic.png
 * it might be my .htaccess file, This is what i got
 *     ```
       # BEGIN WordPress
   
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
   
       </IfModule>
   
       # END WordPress
       ```
   
 * Any help would be nice

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702337)
 * Your .htaccess is correct for subdomain multisite.
 * Are you using the latest version of ComicPress?
 * Are there any other .htaccess tweaks?
 *  Thread Starter [Travi5](https://wordpress.org/support/users/travi5/)
 * (@travi5)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702359)
 * no I am not using the latest comicpress theme and no other edits to the .htaccess
   file. Now since im using a older version which file would i have to edit?
 * Im still a noob with php but im getting there.
 * and which one do you think is better?
 * subdomain or subdirectory
    im still not sure what to go for..
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702369)
 * I would say first to upgrade ComicPress, personally. Images show up in my RSS,
   so I’m pretty confident that RSS images are still working in WP Multisite 🙂
 *  [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702418)
 * The problem is in the code, what version are you using?
 * – Phil
 *  Thread Starter [Travi5](https://wordpress.org/support/users/travi5/)
 * (@travi5)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702430)
 * hey phil its me that guy that has been buging you.. lol. anyway.. I have desided
   to upgrade to the latest comicpress theme so I stayed up late and learnt how 
   to use child themes and use the custom-menubar and many hours later its all done
   now and looks the way I want, going to upload the new stuff to the sever tonight,
   I hope..
 * btw frumph wanna tell me how to get the ttftiles plugin to work on comicpress?
   where is the title code I need to replace?
 *  [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702431)
 * Nice, I have no idea, i’ve never used the ttftiles plugin, don’t even know what
   it does
 *  Thread Starter [Travi5](https://wordpress.org/support/users/travi5/)
 * (@travi5)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702442)
 * hey frumph.. I did the upgrade and everything works!! rss images show now!
 * And i dont mean to get off topic but the ttftitles plugin lets you use images
   to replace the titles of your posts. Tyler martin has used it on a few of his
   mind faucet sites before. If you would like to look into it this is the plug 
   in website
 * [http://www.hostscope.com/wordpress-plugins/ttftitles-wordpress-plugin/](http://www.hostscope.com/wordpress-plugins/ttftitles-wordpress-plugin/)
   
   but apart from that my problem has been fixed! Thanks phil for everything. I 
   owe you some beer 🙂
 *  [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702460)
 * ^ i’m pretty sure that ttftitles should work just fine if you configure it as
   such
 *  Thread Starter [Travi5](https://wordpress.org/support/users/travi5/)
 * (@travi5)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702472)
 * so frumph what file do i edit? i still cant seem to get ttftitle working
 *  [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702473)
 * Have you tried asking the developer of ttftitle?
 *  Thread Starter [Travi5](https://wordpress.org/support/users/travi5/)
 * (@travi5)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702474)
 * I just need the right file to edit.. i cant seem to find the code in my comicpress
   theme. I just need to code that call for the title..
 * would i change the code in comictitle.php?
 *  [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702475)
 * functions/displaypost.php

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘rss images not loading’ is closed to new replies.

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [loading](https://wordpress.org/support/topic-tag/loading/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 12 replies
 * 3 participants
 * Last reply from: [Frumph](https://wordpress.org/support/users/frumph/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/rss-images-not-loading/#post-1702475)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
