domain

free subdomain redirection services with api and path forwarding?

Hi I am familiar with dot.tk, a free subdomain service that provides url cloaking and an api to create new subdomains programmatically. Tragically it seems to be the only one that does not do path forwarding, so if I have a mydomain.tk url pointing to myhost.com and want to access myhost.com/path/to/resource via mydomain.tk/path/to/res...

How to set a cookie that is only valid for a specific domain like example.com but not its sub-domains?

Hi, if I have a domain example.com, is there any way to make cookies valid only for that specific domain and not for sub-domains like www.example.com? I know I can set it to only www.example.com, but can it be without a sub-domain? ...

Best open source project for learning about high-level domain-level compiler language?

I have tried to look for an open source project to learn about language domain level compiler to generate several languages such as Java , .Net platforms. For example, If I make my own grammars (it can be XML, XSD, or any type of grammar), after compiling it, it produces to java and .NET (c#) language files. any suggestion I appreciat...

Zend Sessions: Dealing with http://www.domain.com vs. http://domain.com

What's the best way to handle this? When a user logs in a domain.com, they are logged out on www.domain.com and vice-versa. Should one always be rewritten to the other with mod_rewrite? What is the best practice here? ...

What's the difference between "domain" and "non-domain" cookies?

I'm reading the MDC entry for nsICookieManager2.add and it talks about domain and non-domain cookies. What are the differences between the two types of cookies? ...

How to check domain name availability via linux command

I am using checkdnsrr() function in PHP to check for available or parked domains but the result is not 100% accurate. Is there any other method to check a domain name availabilty? ...

Unlimited WHOIS lookup

Hello, I'm working on a domain statistics project and does anybody know how can I get unlimited WHOIS (thick) data for domains? Many registrars are limiting their WHOIS servers for look ups. What I need to do is caching more than ten million domains. Also, is it possible to set up my own WHOIS server for storing thick data? Is there an...

Why ww2 sub domains?

I have seen on the web some domain names having prefix of ww2 or ww3 or so (ww2.somedomain.com, ww3.yourdomain.com). And these happen mostly when travelling from a page to page. What would be the reason of having such subdomains? Is there anything special about them or are they just another sub domain? I mean, are they useful in any part...

Forward one domain to another based on request header.

Hi All, I have a requirement that I want to check the request headers and according to that I want to forward the incoming request to appropriate sub domain of my company. For example: request header A is coming then it goes to a.domain.com always (no matter request comes to a.domain.com or b.domain.com) Similarly request header B is...

Checking if a domain name is registered

How would I go about checking if a domain name is registered? I was thinking about checking if it has a corresponding IP but it doesn't seem to work as well as I had hoped. Is there a solution in either PHP or Python that can check? ...

Custom Incoming Mail Domain With Google App Engine

Hello. I have set up a custom domain for my google app engine application, which accepts incoming email. While this works great if you want to use an email address like [email protected], I would like to use a custom domain like [email protected]. Is it possible to do this? A solution that will not work, is to simply u...

Difference in website display depending on domain

I'm getting slightly different display of a website depending on which URL I use to access it (two different servers, both serving the same files). One looks "thinner" than the other in Firefox 3.0 (no discernible difference in IE) For example, compare: http://www.ece.ualberta.ca/support/ and http://www1.ece.ualberta.ca/support/ Th...

Polluting domain types by implementing infrastructure-related interfaces

Hi all, Did about 30 minutes worth of searching, found lots of relevant info, but none that addresses this particular concern, hope I'm not repeating a common question. I would like to know what the general consensus is in regard to implementing infrastructure-related interfaces in domain types. Everything I've read about DDD leads me...

Domains & Foreward Slash

Hi, This is rather difficult to explain so please bear with me. We will be hosting 4 websites on our server and the plan is to have each site sit under its own domain: site-a.com site-b.com sub1.site-b.com sub2.site-b.com Notice the two sub domains! However, our client has asked if we can implement the following url structure inst...

Org or com domain for open source project site?

Let's say I have an open project called Some Project. Would you recommend hosting the project site under someproject.com or someproject.org, and why? I realize that .org suits an open source project better, but I'm afraid that on longer term, I may want to (cough...) start making money out of it, and .org would become misleading, while m...

How do I register a domain with special symbols or characters?

Daring Fireball tweeted: ‘We Don’t Lie to Google’: http://✪df.ws/e4f I've been thinking about creating a url shortener and a short url similar to http://✪df.ws/ would be ideal as no one will ever have to manually type the symbol. I tried to register a domain with a heart ♥ on a few of the more popular domain name registrars, but u...

How to map the NHibernate Data Model to the Domain Model?

I started creating a domain model and now I asking myself, how can I map this domain model to a NHibernate Data Model ((using Fluent NHibernate)? Is there anywhere a good and simple example of how to do that? With Data Model I didn't think about the physical/relational Database Model(!) What I meant was the Data Model in the Data Access...

Open Directory directory domain name on Mac OS X

I can retrieve the logged in user name using NSUserName(), but how do I get the Open Directory "directory domain name" or other domain he is a member of? i.e. similar to the notion in Windows where a logged-in user is DOMAIN\USERNAME, where DOMAIN is his local machine, workgroup or Active Directory domain. ...

Have .htaccess ask for password depending on domain name

We have several domain name aliases all pointing to the same server and directory (just aliases). But I'd like to password-protect (htaccess) the site when people come from certain domain names. Thanks ...

Domain repository for requirements management - build or buy?

In my organisation, we have some very inefficient processes around managing requirements, tracking what was actually delivered on what versions, etc, do subsequent releases break previous functionality, etc - its currently all managed manually. The requirements are spread over several documents and issue trackers, and the implementation ...