Dear All,
Kindly request you to help to resolve this issue
Problem Statement :
we want to redirect non-www URL to www URL only
Current setup :
Defined rewrite valve in server.xml as below
<Host name="thevgr.com" appBase="webapps" unpackWARs="true" autoDeploy=
"true">
<Valve className="org.apache.catalina.valves.rewrite.RewriteValve" />
</Host>
Created rewrite.config file in ../conf/Catalina/<Hostname>/
*RewriteCond %{HTTP_HOST} !^(.*)\.yourdomain\.com$ [NC] RewriteRule ^(.*)$
http://www.yourdomain.com <http://www.yourdomain.com>/$1 [R=301,L]*
*kindly do needful*
Thanks & Regards,
Raviraj Shah