I have to enhance an already developed cakePHP application and im new to cakePHP. I am trying to run this application on local XAMPP server. Application is functioning correctly but CSS files are not loading. I tried setting .htacces
<Directory />
Options FollowSymLinks
AllowOverride all
Order deny,allow
Allow from all
</Directory>
but it did not work. I found some other solutions on SO like
Cake php css load issue on apache2 and others
but im not able to fix it. Any help or guidance in right direction appreciated.