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