在子域创建用户页面
当新用户注册网站时,如何实现子域自动创建页面?
(在 Plone CMS 和 Zope Web 应用程序服务器上使用 Python 工作)
How to implement automatic page creation on a subdomain when a new user registers on the site?
(Working in Python on the Plone CMS and Zope web app server)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的域中应该有一个通配符条目,即 *.example.com,并使用 apache 的一些重写魔法将其重定向到站点的正确部分。这已经在 StackOverflow 上的其他地方讨论过
You should have a wildcard entry on your domain, i.e. *.example.com and use some of apache's rewrite magic to redirect this to the correct part of your site. This is already discussed elsewhere on StackOverflow