0
votes
1answer
28 views
Setting hostname in IIS, include www?
I want to set the hostname for a website I'm adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point t …
0
votes
1answer
45 views
jquery load breaks when the hostnames are different
The code segment is from a page called "sites-catchup.html".
There is a simple server side page called "max-change-num-ajax.html" which returns a single number (without any html).
…
0
votes
0answers
63 views
When to use DNS for my linux architecture? [closed]
I understand that this is a server-fault question, and I will most likely close this after it's answered. But I really need this answer now, and since it's Halloween, serverfault …
1
vote
0answers
39 views
How do i change my DNS host name using WIX
How do i set my dns hostname for a iis asp.net website i am installing using WIX?
everything installs fine but i have to go to path
http://localhost/EDSTR2F7
I want to be able to …
0
votes
2answers
109 views
wget - http://: Invalid host name.
I'm using wget to automatically download the ShellEd extension for Eclipse, but am receiving an error:
http://: Invalid host name.
I have used it successfully several times bef …
1
vote
3answers
54 views
non english (hebrew) chars in hostname
Is it official? Where is it defined?
How can I transform between the english and non-english version, programmatically?
I see domains that google recognizes as hebrew, but the br …
1
vote
1answer
102 views
How do I the change the host name in C#?
I want to change the hostname by code in c#.
The operating system is xp.
Thanks.
0
votes
3answers
178 views
Canonical name redirects in Godaddy?
I have a website "mywebsite.com" and I would like to do a 301 redirect of "http://mywebsite.com" to "http://www.mywebsite.com" (for the usual SEO purposes).
I am running IIS7, how …
1
vote
1answer
176 views
Setting the Hostname in IIS Bindings Breaks Website
I just got a Windows Server 2008 VPS and I'm having trouble getting IIS7 setup.
I created a new website in IIS with the path, ip address, and hostname (like 'www.nameofsite.com') …
0
votes
1answer
186 views
[MFC Application] How to validate hostname (may be IP) and port number (CString)
I have an dialog for HTTP proxy configuration with hostname and port edit boxes.
My question is how can I validate user input for correct hostname and port?
May be I have to use …
2
votes
6answers
318 views
Regex match a hostname — not including the TLD
I need to match a host name--but don't want the tld:
example.com =~ /regex/ => example
sub.example.com =~ /regex/ => sub.example
sub.sub.example.com =~ /regex/ => sub.sub.exampl …
5
votes
3answers
294 views
Extract domain name from a host name
Is there a programatic way to find the domain name from a given hostname?
given -> www.yahoo.co.jp
return -> yahoo.co.jp
The approach that works but is very slow is:
split on " …
2
votes
2answers
334 views
How do I configure the hostname of a Rails app?
I'm working on a fairly traditional forgot password email - I want to email the user a password change token embedded in a link that they can click on in order to change their pass …
0
votes
4answers
165 views
Make VM Machine Name Visible to Host
I have Ubuntu running in VMware Player. I am able to access an Apache instance on this VM by using the IP address but not by machine name.
How do I make the name of the VM visibl …
0
votes
2answers
202 views
How to set the hostname on a G1 Phone
I have a root'd G1 phone, and I would like to set its hostname. As root I can run the hostname command and set it, but the name does not survive reboot.
First, I tried creating a …
