- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017
03:55 AM
01-24-2017
03:55 AM
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 me
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017
12:34 AM
01-25-2017
12:34 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017
01:16 AM
01-25-2017
01:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017
01:48 AM
01-25-2017
01:48 AM
Re: 403 Forbidden error with magento CE 2 on wamp localhost
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
Problem Solved Click Accept as Solution!:Magento Community India Forum