I'm trying to redirect my opencart (version 2.1.0.1)
based project non-www to www. This accepted answer working fine.
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.example.ae/$1 [R=301,L]
But when i added the code in .htaccess (which is located in the root folder. ) www.example.ae/admin and SEO URL (www.example.com/category-name) does not working. Can any one guide me how can i fix this issue. Thanks