Skip to content

Instantly share code, notes, and snippets.

@iamnnort
Created November 24, 2017 13:28
Show Gist options
  • Save iamnnort/6ef87de4f16f15b681e9eff43c6770a6 to your computer and use it in GitHub Desktop.
Save iamnnort/6ef87de4f16f15b681e9eff43c6770a6 to your computer and use it in GitHub Desktop.
Magento
- Start reindex
php bin/magento indexer:reindex
sudo gedit /etc/apache2/apache2.conf
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
sudo a2enmod rewrite
sudo service apache2 restart
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment