Dona Catarina Hotel e Coliving | Florianópolis - Barra da Lagoa
Florianópolis, Brazil
Climate
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Details
To properly configure the DNS for your website on the HWEB platform, follow the outlined steps:
1. Direct the CNAME record for the "WWW" subdomain to the address: published.hweb.hsystem.com.br. This is essential for ensuring that users accessing your site with the "www" prefix can reach the correct content hosted on HWEB.
2. Implement a 301 redirect from your main domain (meudominio.com.br) to the "www" subdomain (www.meudominio.com.br). This redirect is important for maintaining consistent URL structures and ensuring that all traffic is funneled through the preferred subdomain.
There are two methods to establish this redirect. The first method involves using the redirect configuration settings provided within your hosting control panel, such as Plesk or cPanel. Alternatively, the second method requires adding the redirect rule directly into your server's configuration file. Below are examples for both environments:
- For Windows Hosting, you would modify the `web.config` file to include the appropriate rewrite rules.
- For Linux Hosting, you would need to edit the `.htaccess` file with the following code:
```plaintext
RewriteEngine on
RewriteCond %{HTTP_HOST} ^meudominio\.com\.br
RewriteRule ^(.*)$ http://www.meudominio.com.br [R=permanent,L]
```
By following these configuration steps, you ensure a seamless user experience and improve your website's SEO by consolidating traffic under a single domain structure.
Location
View on Google Maps:
R. Júlio José Gonçalves, 200 - Barra da Lagoa, Florianópolis - SC, 88061-375, Brazil