CloudFlare can only speed up CNAME addresses. Because the basic domain (your domain) is registered in the DNS area as type A, accelerating/protecting it through CloudFlare is not possible.

To solve this problem we recommend that you redirect the main domain to the prefix "www" using the following code in .htaccess:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^domeniulmeu.ro$ [NC]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ http://www.domeniulmeu.ro/$1 [R=301,L]

Cette réponse était-elle pertinente? 0 Utilisateurs l'ont trouvée utile (0 Votes)