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