• Link to the site in question – http://wordpress.onedaycopy.com/

    When I try to upload an image or theme I get the following error:

    500 – Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.

    This is the current .htaccess file

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 1 replies (of 1 total)
  • Thread Starter mikeabazaba

    (@mikeabazaba)

    I located the temp folder within Windows Server and set privileges to it.. didn’t resolve the issue.

    Any other suggestions I may be missing?

Viewing 1 replies (of 1 total)
  • The topic ‘500 internal server error when uploading content – windows server’ is closed to new replies.