Missing WWW from domain - Joomla! Forum - community, help and support
hey all,
yet noob question solved joomla guru's here.
my domain name shows domain.com instead of www.domain.com.
is there way change this?? better load either.
my host godaddy (linux deluxe). joomla 1.5
yet noob question solved joomla guru's here.
my domain name shows domain.com instead of www.domain.com.
is there way change this?? better load either.
my host godaddy (linux deluxe). joomla 1.5
at @ beginning of htaccess file (rename htaccess.txt .htaccess)
and replace "www.yoursite.com" actual domain data
this take care access auto redirected "www"
leo
code: select all
rewriteengine on
rewritebase /
rewritecond %{http_host} !^www.yoursite.com$ [nc]
rewriterule ^(.*)$ http://www.yoursite.com/$1 [l,r=301]
this take care access auto redirected "www"
leo
Comments
Post a Comment