Redirect to www if not entered - Joomla! Forum - community, help and support


i want if goes domain.com redirects them http://www.domain.com cookie reasons bridge.

my host told me use code im not sure place it.

code: select all

if ($_server['http_host'] == 'domain.com') {
header("location: http://www.domain.com/");
exit;
}

just guess, wrap in , put @ top of template.

cheers





Comments