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