Visa ett inlägg
Oläst 2005-10-25, 22:12 #2
DeSotos avatar
DeSoto DeSoto är inte uppkopplad
Flitig postare
 
Reg.datum: Oct 2005
Inlägg: 323
DeSoto DeSoto är inte uppkopplad
Flitig postare
DeSotos avatar
 
Reg.datum: Oct 2005
Inlägg: 323
Det kan du göra utan htaccess, med ren php.

$url = $_SERVER["SERVER_NAME"];
if($url == 'dinsida.com')
{
header ('HTTP/1.1 301 Moved Permanently');
header ('Location: http://www.dinsida.com'.$_SERVER['REQUEST_URI']);
}
DeSoto är inte uppkopplad   Svara med citatSvara med citat