Here are some changes you need to do:
1. Edit .htaccess of main folder, and locate following line:
#RewriteBase /
Remove the # character present in front of it, so changed line will look like:
RewriteBase /
2. Similarly edit .htaccess of /app/webroot folder, and locate:
#RewriteBase /app/webroot
Then change it to:
RewriteBase /app/webroot