Hello, i use lg .htaccess and it generates and works great with the site I am working with however I want to add the www. rather than take it away.
LG .htaccess uses the following code:
RewriteCond %{HTTP_HOST} ^(www\.$) [NC]
RewriteRule ^ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]I have tried lots of different things for it to work that anyone visiting the site without the www gets redirected to the www but nothing works, even the code you would use on normal sites.
Any help is appreciated