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