%PDF- %PDF-
Direktori : /etc/apache2/sites-enabled/ |
Current File : //etc/apache2/sites-enabled/portal.geotechnics.coding.al.conf |
<VirtualHost 173.212.228.208> DocumentRoot "/var/www/html/geotechnics/portal" ServerName portal.geotechnics.coding.al ServerAlias www.portal.geotechnics.coding.al ServerAdmin webmaster@portal.geotechnics.coding.al <Directory /var/www/html/geotechnics/portal> AllowOverride All allow from all Options +Indexes </Directory> RewriteEngine on RewriteCond %{SERVER_NAME} =www.portal.geotechnics.coding.al [OR] RewriteCond %{SERVER_NAME} =portal.geotechnics.coding.al RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>