403 errors can be sneaky. One time, it was because my site’s root directory didn’t have an index.php/index.html file. The server freaked out and blocked access.
Drop a blank index.html file in there and see if it helps. Also, scan for any weird redirects in your .htaccess—sometimes a typo breaks everything.
---
Drop a blank index.html file in there and see if it helps. Also, scan for any weird redirects in your .htaccess—sometimes a typo breaks everything.
---
