File: /public_html/.htaccess
and pasted there your code,
%{HTTP_HOST} ^www.my_site\.com$ [NC]
RewriteRule ^(.*)$ http://my_site.com/$1 [R=301,L] but its not working. Supporting only one host http. Not www working. %{HTTP_HOST} ^www.my_site\.com$ [NC]
RewriteRule ^(.*)$ http://my_site.com/$1 [R=301,L] but its not working. Supporting only one host http. Not www working.