Ciao a tutti

ho un sottodominio (http://realestate.thecityhub.it)

ho questo file .htaccess

codice:
Options -MultiViewsRewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
ErrorDocument 404 http://realestate.thecityhub.it/404
come posso fare a fargli aggiungere il www davanti all'url? per ottenere: www.realestate.thecityhub.it ?

grazie!!