Cakephp Project set up showing Error in Wamp server

Setting the cakephp project in wamp server local folder.I checked the htaccess file and done the necessary changes for the local server. After done the changes the url showing as ‘Forbidden’ Issue.

How can i resolve this issue. While checking online found some changes in settings . its already done.

Looks like apache config to me - have you got something like the below in your host definition?

<Directory /path/to/webapp>
	AllowOverride all
	Require all granted
</Directory>