English 中文(简体)
Tumblr式多个领域
原标题:Tumblr-style multiple domains

I m building a web app that s a little similar to Tumblr in that we d run everything through one domain, but we d actually have sites with other domain names running off the same app.

That is:

    Platform (platform.dev)
    |
    |_app1 (app1.dev)
    |_app2 (app2.dev)

d 共用同一个网络服务器、数据库服务器、 au服务器。

To keep things simple, how would I set up custom domains? On top of that, how would I handle authentication?

最佳回答

您既需要您的国家安全局,也需要网络服务器来接收野心领域。 Can t 告诉你你,没有细节,但请见。 BIND +阿帕奇实例

另外,认证的哪一部分是你所关切的? 需要更多详情。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签