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