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