%PDF- %PDF-
| Direktori : /proc/self/root/etc/apache2/sites-enabled/ |
| Current File : //proc/self/root/etc/apache2/sites-enabled/rrsoares.com.br-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName rrsoares.com.br
# RedirectMatch permanent ^/(.*)$ https://ongrace.com/gracaplay
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =rrsoares.com.br*
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
RewriteRule ^/(.*)$ https://ongrace.com/$1 [R=301,L,NE]
SSLCertificateFile /etc/letsencrypt/live/rrsoares.com.br/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/rrsoares.com.br/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>