gpt4 book ai didi

php - 自定义域名映射到用户配置文件。

转载 作者:搜寻专家 更新时间:2023-10-31 21:42:44 24 4
gpt4 key购买 nike

目前,用户配置文件的格式为 website.com/username,这很好。但是,一些重度用户希望使用自定义域名。这类似于 Tumblr。用户被赋予 username.tumblr.com 的子域,但允许他们使用映射到子域的外部域。我如何在 PHP 中解决这个问题?允许用户使用自定义域名?

非常感谢您的帮助!

最佳答案

您可以使用以下示例:

基本 PHP:

How to let PHP to create subdomain automatically for each user?

CodeIgniter:

http://net.tutsplus.com/tutorials/php/basecamp-style-subdomains-with-codeigniter/

Zend 框架:

Query regarding subdomain redirection in Zend Framework

$routeitem = new Zend_Controller_Router_Route_Regex('(.*)',
array(1 => '', 'controller' => 'redir', 'action' => 'view'),
array(1 => 'hash'),
'%s'
);

Drupal:

http://drupal.org/node/146344

关于php - 自定义域名映射到用户配置文件。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8515644/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com