• 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)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Your .htaccess is correct for subdomain multisite.

    Are you using the latest version of ComicPress?

    Are there any other .htaccess tweaks?

    Thread Starter Travi5

    (@travi5)

    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)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    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 🙂

    The problem is in the code, what version are you using?

    – Phil

    Thread Starter Travi5

    (@travi5)

    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?

    Nice, I have no idea, i’ve never used the ttftiles plugin, don’t even know what it does

    Thread Starter Travi5

    (@travi5)

    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/
    but apart from that my problem has been fixed! Thanks phil for everything. I owe you some beer 🙂

    ^ i’m pretty sure that ttftitles should work just fine if you configure it as such

    Thread Starter Travi5

    (@travi5)

    so frumph what file do i edit? i still cant seem to get ttftitle working

    Have you tried asking the developer of ttftitle?

    Thread Starter Travi5

    (@travi5)

    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?

    functions/displaypost.php

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

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