domain

Is it possible to get a list of .com.eg domains programmatically?

I want to create a spider on the Egyptians domains, I was wondering if there is any method I can use to communicate with domain servers to get the list of all domains that end in .com.eg? ...

URL Masking with DNS and/or Mod_Rewrite?

I want to setup a system so that multiple custom domains like [mydomain.com/params] will redirect to [myapp.com/mydomain.com/params]. Can I do this using only DNS settings? I'm guessing that is not possible, so would it be a better solution to direct mydomain1.com, mydomain2.com, mydomain3.com, etc. to one IP address then use Mod_Rewri...

executing copy command in a batch file

hi I'm using a windows copy command to perform auto file backup of Microsoft outlook files for a domain users. the problem exists after 6 month of using this batch file is that the .pst file size for each user is growing and the copy operation is getting too long to complete. i want to know are there any way to copy only the changed bi...

Mixed Linux/Windows Domain Management

What would be a recommended solution for domain management when I have a mixture of linux and windows computers operating in my startups network? Preferrably free and using a linux central server. Would also like to use OpenVPN or any other open source VPN system to access both types of computers on the network. Thanks in Advance ...

Using Google App Engine With My Dreamhost Registered Domain

Hi There, I have registered a domain example.com using dreamhost, and currently have a standard wordpress blog set up on www.example.com. I'd like to have appengine.example.com point to my Google Appengine application, but am having some difficulty doing so. At the moment, appengine.example.com just points to my normal directory on the ...

Properly Matching a IDN URL

I need help building a regular expression that can properly match an URL inside free text. scheme One of the following: ftp, http, https (is ftps a protocol?) optional user (and optional pass) host (with support for IDNs) support for www and sub-domain(s) (with support for IDNs) basic filtering of TLDs ([a-zA-Z]{2,6} is enough I thi...

Domain.GetDomain(...) fails when called from a web service

I have the following code in a class that is called from a web service: NetworkCredential credentials = new NetworkCredential("user", "password"); connection = new LdapConnection("domain"); connection.Bind(credentials); DirectoryContext directoryContext = new DirectoryContext(DirectoryContextType.Domain, "domain"); // This call...

Adding subdomain support into lighttpd

I have a lighttpd server with website placed in /home/httpd/example.com/httpdocs and there I have a file called file.php. When I type http://en.example.com/file.php I would like to display file.php that is in default website directory (mentioned above). So I used document-root described here: http://redmine.lighttpd.net/wiki/1/Server.d...

Issue Logging in to Azure deployed web app using while using CNAME redirect.

Hello, I am running into an issue with logging into an ASP.NET MVC web site using Forms Authentication while running on Azure using a CNAME to redirect my domain to the url of the Azure application. For clarity on how I am setup the following blog post explains how I am setup. http://blog.smarx.com/posts/custom-domain-names-in-windows-...

UAC on Win2k8/VIsta x64 - local "Administrator" works but domain account in Administrators group fails?

I have come across a strange problem in one of our applications on win2k8/Vista x64 with UAC enabled. It is a process which hosts the UI for our service and runs in the context of the logged on user. When logged in as a domain user who is a member of the "Administrators" group, writing to the registry under HKLM fails due to UAC with ac...

Caching Code Location in a Domain Driven Design

In an application that has followed a Domain Driven Design where you have the following sorts of concepts A repository that deals with the DataBase access A application service that co-ordinates interactions between enties and value objects etc. where in general would you put caching code to elimenate an expensive call to the databas...

PLESK direct www.domain.com to another server with a unique IP

Hello. I got a customer where I host mail and www address on my server with PLESK 9.2 I want to direct the www address to another IP address like this: Original: www.domain.com -> IP: 1.2.3.4 mail.domain.com -> IP: 1.2.3.4 webmail.domain.com -> IP: 1.2.3.4 New: www.domain.com -> IP: 22.22.22.22 mail.domain.com -> IP: 1.2.3.4 webmail....

Absurd problem displaying silverlight video player on differing domains

I'm having a problem displaying two silverlight movies from different domains. They are both in the bindings of IIS, both are redirected to my private computer/server and both are loading a silverlight plugin into the browser. The first domain displays the movies and the contents of the silverlight. The second one doesn't. The first d...

Getting domain in AS3

I know how to get the URL of the page, but how can I extract simply the domain and the domain alone? It must return the same value with or without www, and it must also return the same value regardless of file, with or without trailing slash, etc. So www.domain.com would return domain.com, and domain.com/index.php would return the same...

.htaccess for addon domain

I have www.a.com (main), and addon domain www.b.com Structure directory domain b is www.a.com/b.com i want to make .htaccess setting : www.b.com/prod_detail.php?Code=200 and be www.b.com/prod_detail/200 if i sett like this : RewriteEngine On RewriteRule ^prod_detail/([0-9][0-9])/$ /prod_detail.php?Code=$1 not working. Why? Thanks ...

Domain with directories or new domains?

Hi, what is better, a domain with subdirectories or whole new domains for those directories? I have a website divided by 12 directories which are the main purpose of the website like: example.com/subject1 example.com/subject2 I was wondering what is better for me, new domains for subject1 and subject2, like subject1.com and subj...

Domain model of Team Foundation Server

Did anybody see a domain model (information model) of Microsoft TFS (team foundation server)? Where it can be found? I need to understand ability to integrate it with other product. ...

VSTO3.0 for outlook 2007 - Customization Exception HRESULT: 0x80131401

Hi, I've created a vsto 3.0 outlook 2007 plugin with visual studio 2008 (so I guess that I dont need to make a com shim because of the new security system). The assembly is signed and it gets installed and loaded. It works well for a few days but, suddenly, stops loading and I get this exception on the event viewer thrown by VSTOR3.0: V...

Trying to create a system to merge two lists of "buzz words" together, forming every possibility for domain availability checking?

Hello, My problem originates from me trying to create names for all my crazy (brilliant?) ideas for business and products, which then need to have their purchasing availability checked for .com domain names. So I have a pen and paper system where I create two lists of words... List A and List B for example. I want to find or create a ...

To property, or not to property?

I am trying to figure out what would give me the nicest code. Which is a little subjective of course, I realize. I have an application that accesses a database for which I have written an assembly that hides details about this database from all the applications that make use of this assembly. I also have an WPF application that makes u...