2
Does anyone there know how to set up htaccess? I need it to work with the subdomain, and not to show the main domain in the address bar when the subdomain is open. Ex of how you are now:
My current htaccess is the code below:
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.site\.com\.br$ [NC]
RewriteRule ^(.*)$ https://www.site.com.br/$1 [L,R=301]
Brother, thank you. Your help has been very helpful. Hugs!
– Jiraya Tupiniquim