403 forbidden access wordpress after login

Solution: 

Might want to check your apache httpd.conf

<Directory /srv/http/wordpress>
   Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
</Directory>

chmod 777 is not a good practice… you should find out what uid & gid are running apache and make sure it’s the owner or has necessary permission to /srv/httpd/wordpress