Is there any way you can make anyone who goes to url.com to www.url.com with ANY file, needs to be a rule that works if they also type url.com/gagdgsdgd to make it www.url.com/gagdgsdgd Thanks!
RewriteEngine on RewriteCond %{HTTP_HOST} ^DOMAIN\.com [NC] RewriteRule ^(.*)$ http://www.DOMAIN.com/$1 [R=301,L]