Horje
create virtual host for magento 2 Code Example
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




Shell

Related
 flutter clean flutter pub get flutter pub cache repair dart pub cache repair Code Example flutter clean flutter pub get flutter pub cache repair dart pub cache repair Code Example
show rights inside folder debian Code Example show rights inside folder debian Code Example
how to convert ppk to pem in linux Code Example how to convert ppk to pem in linux Code Example
install httpie linux Code Example install httpie linux Code Example
powershell script path Code Example powershell script path Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11