| Current Path : /var/www/magento.test.indacotrentino.com/conf/ |
| Current File : /var/www/magento.test.indacotrentino.com/conf/test |
<VirtualHost *:80>
DocumentRoot /var/www/magento.test.indaco.store/www
ServerName magento.test.indaco.store
CustomLog /var/www/magento.test.indaco.store/log/access.log common
ErrorLog /var/www/magento.test.indaco.store/log/error.log
RewriteEngine on
RewriteCond %{SERVER_NAME} =magento.test.indaco.store
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>