403 forbidden Access to this resource on the server is denied! hatasınını çözümü için .htaccess dosyası içerisine aşağıdaki kod satırlarını ekleyiniz.
# BEGIN WordPress
<IfModule mod_rewrite.c="">
<files async-upload.php="">
SecFilterEngine Off
SecFilterScanPOST Off
</files>
</IfModule>
# END WordPress