To jako chces tak, ze zadanim www.pulec.wz.cz na mobilu se objevi wap?
Do index.php na zacatek pridej tento kod:
if(eregi("WML",strtoupper($HTTP_ACCEPT))) {
Header("location: wap/wap.wml");
Header("Connection: close\n\n");
Exit;
}
if(eregi("WAP",strtoupper($HTTP_ACCEPT))) {
Header("location: wap/wap.wml");
Header("Connection: close\n\n");
Exit;
}