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