Mobile app version of vmapp.org
Login or Join
Hamaas447

: I solved it thanks to @mark handerson (sorry i'm unable to accept your answer since i'm not recognized by SE as the question asker. If a moderator could do that, it would be great. ) here

@Hamaas447

I solved it thanks to @mark handerson (sorry i'm unable to accept your answer since i'm not recognized by SE as the question asker. If a moderator could do that, it would be great. )

here is a php snippet that did the trick...

if($_SERVER['HTTP_HOST']!= 'mydomain.com'){
header("Location: mydomain.com ,true,301);
exit;
}

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme