" is enough.">
How to bind a domain name to DedeCMS Wap.php?
For wap.php to independently bind the domain name, I searched for several relatively newbie solutions on the Internet. I hope it will be helpful to those who want to use it
Recommended learning:梦Weavingcms
This is based on the code forwarded through URL.
First of all, you need to create a directory to bind independent domain names, such as 3G.LieHuo.Net
index.asp:
The code is as follows:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <%response.buffer=true%> <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
湄洲在线
xxx.net
Second type: index.wml
You need to set index.wml in IIS and set access as the first choice before you can directly access http://3G. LIEHUO.NET. Otherwise, you can only http:// 3G.LIEHUO.NET/index.wml This is a waste of time.
The code is as follows:
Third type: index.xml
The code is as follows:
The above is the detailed content of How to bind domain name to DedeCMS Wap.php. For more information, please follow other related articles on the PHP Chinese website!