Add www to sub domain

how to add www in my sub domain? example : danzz.rf.gd → www.danzz.rf.gd

On free account

You can try this, although I’m not sure if adding www. will work on free subdomains.

6 Likes

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

Thanks you bro, it’s working on my website

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.