Wp login error 403

#1
Hello,

I installed WordPress via Cpanel, but when I try to login the system says

"403 Forbidden - Access to this resource on the server is denied!"

Why do you say this this?
How can I Fix it?


thanks
Andrea
 
#3
You may want to try this solution
add this line of code to .htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c="">
<files async-upload.php="">
SecFilterEngine Off
SecFilterScanPOST Off
</files>
</IfModule>

# END WordPress
 
Top