How do I "adapt and uncomment" this:
?
Thanks in advance
PHP:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
?
Thanks in advance