© Сделано на LiveStreet
Дизайн - ©2009 MODx RED Group
http://domen.ru/ru/services/http://domen.ru/myservices.htmlHTTP/1.1 404 Not Found
Redirect 301 /myservices.html http://domen.ru/
Redirect 301 /ru/services/ http://domen.ru/http://domen.ru/?q=myservices.html&q=ru/services/Redirect 301 /ru/services/ http://domen.ru/myservices.html
Redirect permanent /ru/services/ http://domen.ru/myservices.htmlhttp://domen.ru/myservices.html?q=ru/services/http://domen.ru/ru/services/Ошибка 330 (net::ERR_CONTENT_DECODING_FAILED): Неизвестная ошибка.
if ($_GET['p'] != "") {
$check = $modx->db->getRow($modx->db->query("select count(*) as 'cnt' from `modx_catalog` where id = '".ereg_replace("/\D/", "", $_GET['p'])."'"));
if ($check['cnt'] == 0) {
$modx->sendErrorPage();
}
}2eae
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
.....
</body>
</html>
0