【发布时间】:2016-04-14 03:36:31
【问题描述】:
如何在 xampp localhost 中使用 PHP 和 htaccess 创建动态子域 我将子域名存储在 mysql 中,但我想在窗口平台的 xampp localhost 中进行如下检查
表示 http://example.com/subdomain?=alabaster
我想要这样 http://alabaster.example.com 通过 php mysql 在 localhost xampp 你会一步一步解释吗
如何在 localhost xampp 窗口中运行它
提前结束
【问题讨论】:
-
您的意思是
http://example.com/subdomain?=alabaster还是您的意思是http://example.com/?subdomain=alabaster的错字?
标签: php mysql apache .htaccess mod-rewrite