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