Unable to upload media to WordPress
Cross-Check .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 If the above does not work, try Adding this line to wp-config.php define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/uploads/’); Potential Root Causes to Explore Firewall or DDoS Protection: Some … Read more