%PDF- %PDF-
Direktori : /etc/apache2/sites-available/ |
Current File : //etc/apache2/sites-available/vagas.ongrace.com.conf |
<VirtualHost *:80> ServerName vagas.ongrace.com ServerAlias www.vagas.ongrace.com DocumentRoot /var/www/projetos/vagas.ongrace.com <Directory /var/www/projetos/vagas.ongrace.com> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> RewriteEngine on RewriteCond %{SERVER_NAME} =www.vagas.ongrace.com [OR] RewriteCond %{SERVER_NAME} =vagas.ongrace.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>