how to add www on a domain name infront of the url
RegisterLogin
how to add www on a domain name infront of the url
Post Description: how to add www on a domain name infront of the url
Tags: how, to, add, www, on, a, domain, name, infront, of, the, url
This Post Was Posted On Feb 29, 2008 By tutorial #1335
Post Description: how to add www on a domain name infront of the url
Tags: how, to, add, www, on, a, domain, name, infront, of, the, url
This Post Was Posted On Feb 29, 2008 By tutorial #1335
how to add www on a domain name infront of the url by tutorial
for example, i want to force http://wallpaperama.com to be http://www.wallpaperama.com
i can use this
<?
$domainname = $_SERVER['HTTP_HOST'];
if(!strstr($domainname,'www.')){
$domainname = str_replace('www.','',$string);
}
?>
$domainname = $_SERVER['HTTP_HOST'];
if(!strstr($domainname,'www.')){
$domainname = str_replace('www.','',$string);
}
?>
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Sat Dec 24, 2011 3:13 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3