qq_小小小小白_0
2017-03-10 11:54
配置myeclipse+tomcat后 浏览器中输入地址localhost:888 这端口888 哪里设置的
tomcat目录下 conf文件下的Server.xml
require './framework/bootstrap.inc.php'; $host = $_SERVER['HTTP_HOST']; if (!empty($host)) { $bindhost = pdo_fetch("SELECT * FROM ".tablename('site_multi')." WHERE bindhost = :bindhost", array(':bindhost' => $host)); if (!empty($bindhost)) { header("Location: ". $_W['siteroot'] . 'app/index.php?i='.$bindhost['uniacid'].'&t='.$bindhost['id']); exit; } } if($_W['os'] == 'mobile' && (!empty($_GPC['i']) || !empty($_SERVER['QUERY_STRING']))) { header('Location: ./app/index.php?' . $_SERVER['QUERY_STRING']); } else { header('Location: ./web/index.php?' . $_SERVER['QUERY_STRING']);
里面Connector标签下的port
JAVA遇见HTML——JSP篇
248278 学习 · 3071 问题
相似问题