Free domain included : www and http
Auteur : Spring Produkties
Visité 1147,
Followers 1,
Partagé 0
the free domain now included in the package, is a nice initiative of Incomedia :-)
(assuming Incomedia will keep this for free and not will decide in future to start charging it)
just tried it, but two important remarks
1) there is no redirect from http to https (if by accident the user types http it is indicated as not safe site, while automatic redirect to https on the server side could easily solve this
2) if the clients by habit adds www. as prefix the site is not reached, while with a wildcard prefix this could easily be solved at the server side
I hope Incomedia will quickly adds the structural solution at the server side
Posté le
There are a number of posts which are similar and until someone can successfully stop the site allowing access to the site as insecure I am not able to make a recommendations, however, if you make a copy of .htaccess file and then replace existing .htaccess file with changes as recommended to Gert, I would love to hear if you have success.
eg. https://helpcenter.websitex5.com/fr/post/244705
The hosting is only free the first year, subsequently it will cost approximately 50% if renewed with WX5 protection (but I can no longer find the post with the cost sorry - I will keep looking)
This post has the cost of additional hosting packages, it should be indicative of ongoing costs.
https://helpcenter.websitex5.com/fr/post/244539
Spring Produkties
Please see my last post to Gert, this solution works.
https://helpcenter.websitex5.com/fr/post/244705
Comment out the WX5 code to rewrite the domain name and add
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Auteur
we've implemented the work around an it works for
http:// -> it redirects now to https:// = OK
but with prefix www... it does not work yet (not with http://www and not with https://www in both cases it says 'site can not be reached')
PS : on our own hosting server we define this at the server side it should be redirected