• Resolved Fawn Fancybits

    (@fawnfancybits)


    My error log says:
    /home/fawn/public_html/wp-content/uploads/.htaccess: </Files>Options> directive missing closing ‘>’, referer: http://www.fawnfancybits.com/gallery/ [NSFW] – moderator added – please see: http://codex.wordpress.org/Forum_Welcome#Warn_About_Adult_Content ]

    Here is my htaccess:

    # 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

    It started before I updated my template to the latest version and persisted afterward.

    Any help would be greatly appreciated. You have a wonderful theme, it’s very beautiful.

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter Fawn Fancybits

    (@fawnfancybits)

    Found this in codex:
    If your .htaccess file contains errors that bring down your site (“Internal Server Error (500)”), you will need to use FTP or your host’s control panel to delete the rogue .htaccess file.
    from:https://codex.wordpress.org/Using_Permalinks

    So I went in FTP and deleted the .htaccess from the root and uploads. Worked. Can’t explain why, but it worked.

Viewing 1 replies (of 1 total)

The topic ‘Images Not Loading [NSFW]’ is closed to new replies.