domain-name

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 validate domain name in PHP?

Is it possible without using regular expression? For example, I want to check that a string is a valid domain: domain-name abcd example Are valid domains. These are invalid of course: domaia@name ab$%cd And so on. So basically it should start with an alphanumeric character, then there may be more alnum characters plus also a hyphe...

SQL: Sorting By Email Domain Name

What is the shortest and/or efficient SQL statement to sort a table with a column of email address by it's DOMAIN name fragment? That's essentially ignoring whatever is before "@" in the email addresses and case-insensitive. Let's ignore the internationalized domain names for this one. Target at: mySQL, MSSQL, Oracle Sample data from...

How can I get Visual Studio Web Development Server (Cassini) to send the domain name of the request to the web application?

We're developing an application that is sensitive to the domain name of the request. The problem we're running into is that we have to use IIS in order to test the application because Cassini will only send "localhost" as the requested domain despite using a different domain in the address bar. While IIS does give us better performance t...

Finding if domain name is already registered?

Hi, Is there any API to lookup if a given domain name is already registerd by somebody and get alternative (auto suggested available domain names)? EDIT:- I think the thing I need is called domain-search not the lookup :) ...

ASP.NET MVC and ApplicationPath

Question is about paths and domains: I have an out-of-the box ASP.NET MVC project (generated by "File->New Project"). On LogOn page it does: return Redirect("~/Account/LogOn");. I have a domain name: mycompany.com, and following file structure on the server: /Root /MyApp (this is where my app goes into) Default.aspx ...

How can I get a full list of registered domains?

How can I get a full list of all the registered domains in the world? ...

Parsing Domainname From URL In PHP

How I can parse a domain from URL in PHP? It seems that I need a country domain database. Examples: http://mail.google.com/hfjdhfjd/jhfjd.html -> google.com http://www.google.bg/jhdjhf/djfhj.html -> google.bg http://www.google.co.uk/djhdjhf.php -> google.co.uk http://www.tsk.tr/jhjgc.aspx -> tsk.tr http://subsub.sub.nic.tr/ -> nic.tr ht...

share a folder in 2 domains using .htaccess

Dear all, I got 2 sub-domains c:\wamp\www\websiteA\ - http://websiteA/ c:\wamp\www\websiteB\ - http://websiteB/ inside websiteA got a folder for storing picture c:\wamp\www\websiteA\photos\ in order websiteB want to access websiteA photo in websiteB's html I have to do link like url: http://websiteB/1.html <img src="http://we...

Recommendations for domain name registrar with API-support

I'm building a web application that needs to register domain names programmatically. What domain name registrars with API support fulfill the following requirements: Supports .COM Ideally cheap Reliable, trustworthy and should been so over an extended period of time What API-supporting domain name registrars have you used? What are ...

Get domain name (not subdomain) in php

I have a URL which can be any of the following formats: http://example.com https://example.com http://example.com/foo http://example.com/foo/bar www.example.com example.com foo.example.com www.foo.example.com foo.bar.example.com http://foo.bar.example.com/foo/bar example.net/foo/bar Essentially, I need to be able to match any normal U...

How to make Amazon EC2 not cause SSL invalid error in browser

I use SSL certificate for a web site I set up in Amazon EC2 Machine Instance. The SSL certificate is for one domain name, which is not public DNS for the Amazon Machine Instance. The browser always complains the mismatch in the domain name because it compares the domain name of the SSL certificate to the Amazon public DNS. How can I se...

Check for a valid domain name in a string?

I am using python and would like a simple api or regex to check for a domain name's validity. By validity I am the syntactical validity and not whether the domain name actually exists on the Internet or not. ...

One configuration per domain name on the same application. How to easily access config values from models?

Hi, I run a Ruby on Rails website that have multiple domain names. I have a "Website" table in the database that stores the configuration values related to each domain name: Website - domain - name - tagline - admin_email - etc... At the moment, I load the website object at the start of each request (before_filter) ...

Will web ever have localized domain-names ?

Will internet ever have localized unicoded domain-names other than english ? Is that really possible ? what are the obstacles that will come across in achieving this ? what problems will arise and what are the possible solutions of those problems ? ...

Usage of a third-party registered trademark in a "blaming" domain name (with "anti" prefix) - is this legal?

Hello. Suppose, there is a hypothetic software product "ExampleProduct" on the market with BAD quality and BAD support. But the company selling it, does not care. "ExampleProduct" is a registered trademark (I hope it is not, actually. This is just a name taken to make an example, if you get me ;))) ). Is that legal to create www.anti-...

Finding out all websites hosted by a webhosting service

How can I determine all the websites which are using a particular webhosting service? There are some services which CLAIM to give you this information, but charge a lot... markosweb.com was particularly nice, but not complete. Help, folks? ...

Rails route to model instance - by domain name

I have a Rails 3 application, say, with hotels, where hotels belong to parent areas. When a user hits the app (served by mongrel >> nginx), I want the domain name used in the request to decide what area of hotels to serve up (domain name >> area). To achieve this I can see two options: 1) Rewrite the URL with nginx, inserting the are...

Finding a list of recently registered domains?

Is there any site which gives the list of recently registered domains? I am looking to do some statistical analysis on domain name trends and this information is critical. Studying the latest domain names registered can also help in concluding about online trends etc. However, i have not been able to find a site which gives me this in...