Your IP : 216.73.216.189


Current Path : /var/www/magento.test.indacotrentino.com/conf/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/conf/magento.test.indacotrentino.com.confOK

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