Support » Fixing WordPress » Can't access /wp-upload

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter TonyPop

    (@tonypop)

    I haven’t modified a bit of the .htaccess file

    # 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

    Thread Starter TonyPop

    (@tonypop)

    I should specify that images on
    http://www.taz-nba.net/rosters/hawks/
    are stored in a different folders since I upload them directly via filezilla. Only wp-content/uploads cause problems.

    Thread Starter TonyPop

    (@tonypop)

    Okay, I restored permission on wp-content/uploacs back to 755 and files to 644 and that fixed the problem.

    Apparently WordPress is sensitive when it comes to files permission. I still have no idea how the problem emerged though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't access /wp-upload’ is closed to new replies.