• Resolved grishart

    (@grishart)


    Hi

    I am at a bit of a loss, when I upload a image file to my site only the file name shows up in both the page and the media library.

    I have reverted to the 2013 theme and turn all plugins off but this has not helped. Can anyone help with why it is happening and how I can fix it.

    when I try to open the link to it in my browser it says it is not there?

    Thanks for your time

Viewing 5 replies - 16 through 20 (of 20 total)
  • Perhaps it’s something at the server level? Try switching to the default permalink structure and see if that helps.

    Thread Starter grishart

    (@grishart)

    this is the .htaccess file in the uploads folder

    <Files *.php>
    deny from all
    </Files><Files *.css.php>
    allow from all
    </Files>
    Thread Starter grishart

    (@grishart)

    no luck although the link now says this

    I can see an image now…

    Thread Starter grishart

    (@grishart)

    Have found the issue is in the .htaccess file in the uploads folder it did not have a space between the code should read `<Files *.php>
    deny from all
    </Files> <Files *.css.php>
    allow from all
    </Files>`

    not

    <Files *.php>
    deny from all
    </Files><Files *.css.php>
    allow from all
    </Files>

    thanks to my website host for spotting that and thanks to Esmi for your help.

    ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘image not shopwing up in media folder or site’ is closed to new replies.