RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.fxtecnologia.com.br/$1 [R,L]

# Redirecionar URLs nao-www para www
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.fxtecnologia\.com\.br
RewriteRule (.*) https://www.fxtecnologia.com.br/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^velocidade\.fxtecnologia\.com\.br$ [OR]
RewriteCond %{HTTP_HOST} ^www\.velocidade\.fxtecnologia\.com\.br$
RewriteRule ^(.*)$ "http\:\/\/fxtecnologia\.com\.br\/velocidade\.htm$1" [R=301,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Defina o pacote “ea-php74” como a linguagem padrão de programação “PHP”.
    #<IfModule mime_module>
    #  AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
    #</IfModule>
# php -- END cPanel-generated handler, do not edit
