23-06-2015, 02:24 PMGods Hand Wrote: Add this to your .htaccess file Code:RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L] This will add the WWW prefix to your domain names in URLs
RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
Loading Info...