cancel
Showing results for 
Search instead for 
Did you mean: 

403 Forbidden error with magento CE 2 on wamp localhost

403 Forbidden error with magento CE 2 on wamp localhost

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 meerror.jpg

3 REPLIES 3

Re: 403 Forbidden error with magento CE 2 on wamp localhost

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.

Re: 403 Forbidden error with magento CE 2 on wamp localhost

Thanks MazeStricks, But I already done that (after reading the previous comment) php bin/magento setup:static-content:deploy php bin/magento cache:clean but it didnt solve my problem I still had this issues.

Re: 403 Forbidden error with magento CE 2 on wamp localhost

Hi @yadavamitesh

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

---
Problem Solved Click Accept as Solution!:Magento Community India Forum