在Wordpress网站中,我有一个子域m.example.com,它指向主网站运行example.com的同一文件夹。但是我无法在源代码中查看html代码。如果我在检测到移动屏幕后重定向到m.example.com,则响应不起作用,但它在主域上工作正常。
以下是子域名网站中显示的代码.. <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>m.example.com</title>
<meta name="description" content="m.example.com" />
<meta name="keywords" content="" />
<style>html{overflow-x: auto;}</style>
</head>
<frameset rows="*,0%" framespacing="0" frameborder="0">
<frame src="http://www.example.com" frameborder="0" resizable="no">
<frame frameborder="0">
</frameset>
</html>
答案 0 :(得分:-2)
Redirect sub domain to your main site folder from cpanel manage sub domains option. Avoid to use frameset.