• I installed another blog today and none of the images either on the blog or the admin pages (this includes rss logo and headers and background images) are showing.

    Now I have tried everything from re-installing, trying install with a different name. Re-installing on my hosting package and taking off and putting on the domain name.

    I had installed a blog the night before and all of my other blogs work fine. But for some reason every blog I have done since has the same image problem. Not sure if there has been some sort of update and something is missing. But am now very confused, can anyone help, and does anyone else have the same problem when installing a blog today?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Are you using a sub-domain? Do you have .htaccess set up to prevent image hotlinks? Sometimes the two can combine to block yourself.

    Thread Starter rikc

    (@rikc)

    Yes I am, and yes I have access, what do I need to do? Cheers 🙂

    Thread Starter rikc

    (@rikc)

    Just sorted all that out, and now my pages are not working in the original website that was working fine.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    What’s your .htaccess set up as? Example of mine, which is working across two subdomains.

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://domain.org/.*$                    [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.domain.org/.*$                [NC]
    RewriteCond %{HTTP_REFERER} !^http://blog.domain.org/.*$               [NC]
    RewriteCond %{HTTP_REFERER} !^http://gallery.domain.org/.*$            [NC]
    RewriteCond %{HTTP_REFERER} !^http://domain.org.*$                     [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.domain.org.*$                 [NC]
    RewriteCond %{HTTP_REFERER} !^http://blog.domain.org.*$                [NC]
    RewriteCond %{HTTP_REFERER} !^http://gallery.domain.org.*$             [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images Not Showing Anywhere On Blog or Admin’ is closed to new replies.