create virtual host for magento 2
<VirtualHost *:80> ServerName magento2.local ServerAlias www.magento2.local DocumentRoot /var/www/html/magento <Directory /var/www/html/magento/> AllowOverride All </Directory> </VirtualHost>
create virtual host for magento 2
<VirtualHost *:80> ServerName magento2.local ServerAlias www.magento2.local DocumentRoot /var/www/html/magento <Directory /var/www/html/magento/> AllowOverride All </Directory> </VirtualHost>
create virtual host for magento 2
sudo vi /etc/apache2/sites-available/magento.conf sudo a2ensite magento.conf sudo service apache2 restart
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us