Magento 2: in ubuntu Fresh installation Content is not loaded properly and admin panel is not found
Magento 2: in ubuntu Fresh installation Content is not loaded properly and admin panel is not found
Follow this
sudo a2enmod rewrite
Open file " /etc/apache2/apache2.conf " in any Text Editor
find
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
and replace
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Follow this
sudo a2enmod rewrite
Open file " /etc/apache2/apache2.conf " in any Text Editor
find
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
and replace
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Comments
Post a Comment