Hello,
I had install magento CE 2.0 on my windows localhost for learning but while loading the resources It is giving me 403 forbidden. I have 64 bit WAMP server in windows 7, php 5.6, apache 2.4 and mysql 5.4. I am posting the snapshot of my error please advice me
Pleaser run this command into your ssh under your site's directory:
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
I hope this will help you.
You may try following in Apache configuration.
<Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride <value from Apache site> Order allow,deny Allow from all </Directory>
Please check Dev Doc