A domain name is a string of characters that identifies a realm of authority within a Domain Naming System (DNS).
0
votes
0answers
9 views
Website hosted with IIS 7.5 in a folder under www root and it's domain name?
I have a development website in \inetpub\wwwroot\newsite folder.
Usually i will browse to www.mynewsite.com/newsite.
How do I make it so that I just need to browse to www.mynewsite.com? What's the ...
2
votes
1answer
43 views
How do I use the namecheap gem?
I am trying to make a Ruby console script to make namecheap API calls. I found the namecheap gem and installed it using sudo gem install namecheap.
I wrote my test script, hiding the key, username ...
0
votes
1answer
14 views
Payment Gateway URL - Preferred Name [closed]
I'm setting up a payment gateway that will be used on several similar websites and therefore wanted to use one domain name or subdomain to handle all these payments.
From reading I believe there is ...
3
votes
2answers
115 views
Using Domain name instead of localhost in with https in xampp
My question may be stupid, But honestly I searched a lot and got success but not complete.
I use xampp with windows 8.
My host file looks as follows.
127.0.0.1 localhost
127.0.0.1 ...
0
votes
1answer
18 views
How do i redirect a domain while displaying the old address?
I've generated a .htaccess file using the host service to 301 permanent redirect from an empty subdomain to the new subdomain page in a folder.
sejur-avion.old-domain.com --> ...
2
votes
1answer
54 views
How does one google app engine app serve multiple domains?
Or can it be done?
For example, I want to help a few friends to setup their shopping cart websites. They have their website domain names already purchased. But I want to pay one google app engine ...
1
vote
1answer
28 views
Google App Engine : Domain name stopped working
I recently got a domain name I'd bought through a third party to work with my GAE app.
A month ago, it was working fine. Now, however, when I try to use it I'm getting a message from GAE :
404. ...
0
votes
0answers
84 views
Server Fails in RecvFrom() Using IP address instead of localhost in UDP Socket
Hello my server fails to receive data when I use an IP address. Indeed, the IP address is given by getaddrinfo(hostname) and is the one associated to my router, that's why I use PORT number '8000' to ...
0
votes
2answers
59 views
How to hide my personal information when I register a domain name?
I registered several domain names (.de, .com) but even if I order the option to hide my whois record, it seems, their is always a way to retrieve my personal informations anyway (don't want everybody ...
0
votes
2answers
31 views
Domainname for Facebook login
For my website I want to add a facebook login. Now, when I want to create a new app on the Facebook Developers website they ask a domainname for my app. I don't have a domain. I'm still working on my ...
1
vote
2answers
54 views
How to get the domainname (name+TLD) from a URL in python
I want to extract the domain name(name of the site+TLD) from a list of URLs which may vary in their format.
for instance:
Current state---->what I want
mail.yahoo.com------> yahoo.com
...
0
votes
0answers
106 views
How to setup a domain name server on CentOS?
I deploy a site and try to login, for instance on www.website.com, but there is no login info when I go to website.com
How to make both domain as same?
Many thanks.
0
votes
1answer
280 views
How to I make a script that does nslookup -q=ns for multiple websites and exports the results to a file
I need to create a script that does outputs the results of nslookup -q=ns for multiple websites into a single file. I know how to make it do so for one webiste, it's just "nslookup -q=ns ...
0
votes
0answers
34 views
Subdomain from folder in Apache (MAMP install)
I have a MAMP install, on OS X Mountain Lion, it works well. No issues with the MAMP, just the .htaccess of my site
I added a domain, www.mycity1.localhost which is added to the HOSTS file, and the ...
0
votes
1answer
97 views
DNS authoritative name server
I use Wireshark to capture the DNS-packets.
In the response packets I can see the line - authoritative nameservers.
The question:
Why sometimes the server responses with 4 or 5 authoritative ...
-1
votes
2answers
45 views
Website down for Just 50% of people [closed]
My website is down for just 50% of people. I have tried going through many support channels and nobody has the answer. This might be the wrong StackExchange site but it was the only I could think ...
0
votes
1answer
75 views
Does domain name provider or hosting provider affect Seo? [closed]
I am about to buy some domain name and space to build a commercial site.
I am searching for domain name providers and host providers but i see that it tends to be offered as a package of both.
So ...
-2
votes
1answer
40 views
which domain name is better and why? [closed]
I am developing a website which has many poems. The users can read and share poems. Which of the following domain names would be better for seo and why?
sharebestpoems .com
poemsilike .com
ilovepoems ...
0
votes
0answers
70 views
Setting up name servers in Plesk
I purchased a VPS running Plesk+CentOS. I didn't know it's unmanaged and now I am runing into some tech problems.
The issue is with setting the nameservers to which the servers answers.
I took the ...
-1
votes
2answers
34 views
How to redirect wiki.domain.com to www.domain.com/wiki? [closed]
I had installed wiki on my server. Lets say I have a domain name www.nikunj.com.
So installed wiki at this location www.nikunj.com/wiki.
Now I am trying to achieve that when any user types ...
1
vote
0answers
65 views
DNS.GetHostEntry - why does it require fiddling with hosts file?
I have a Windows app where the following line of C# code gets invoked
IPHostEntry connected = Dns.GetHostEntry("www.somedomain.com");
It works as it should in 99% of organizations (i.e. domain name ...
0
votes
1answer
157 views
Java check if domain exists without using outside WhoIs server
so I need to check a large amount of domains for availability in my program. I tried to use outside WhoIs servers, but they usually rate limit me. Does anyone know of a way to check if the domains are ...
0
votes
0answers
72 views
Choosing right domain name extension for best search engine position [closed]
I chose a website subject and it will mostly get revenue from search engines for a specific keyword. .Com and .Net extensions has been captured, any advice for other extensions ? .Co or .Org or others ...
0
votes
0answers
79 views
How can I point my sub domain to a DNS (in Godaddy) [closed]
I have registered a domain name in Godaddy. I want to point my subdomain to a DNS and not main domain.
Lets say I have my domain.com now I want to point blog.domain.com to a DNS and info.domain.com ...
0
votes
1answer
37 views
Application suite domain or sub-domian? [closed]
I'm looking to build an app suite (multiple applications) under one roof or company. The domain name i've picked out for the root / company name is a domain name in the style of (delicio.us) for ...
0
votes
0answers
42 views
share a domain name beween php and mono
I've got a problem : I've got a dedicated server where I use three different domain names and php. Now, I've got a new website that I developped with asp.net. I installed mono, mod_mono and transfered ...
0
votes
1answer
453 views
How to get domain alias using System.DirectoryServices.ActiveDirectory.Domain class
We have a domain with full name, e.g. long-domainname.com; this domain name is replaced with alias short. this alias can be retrieved using netapi32.dll, like this:
[DllImport("Netapi32.dll")]
static ...
1
vote
1answer
62 views
how can I implement 1 website domain with multiple web server to serve users at different countries?
We have a asp.net web application hosted in the UK and our clients from China and Korean report that the speed for viewing the web application is extremely slow -
(most data are saved as ...
0
votes
0answers
124 views
Deploy Rails Application on Shared Host using Phusion Passenger / Apache without touching httpd.conf
I'm using a shared host from textdrive.com. The host uses Virtualmin as web hosting control panel. I would like to deploy a rails app on mysite.com.
I tried to use Phusion Passenger/mod_rails but I ...
0
votes
2answers
53 views
fixing the www record in my dns zone?
I have domain name ie. example.com, I have a problem where if i go to
http://example.com it works, however if i go to www.example.com, it doesn't work, my dns zone file is as follows
NAME TYPE ...
0
votes
1answer
105 views
whois validation for SSL certificate for a private domain registration
I registered a domain with godaddy and I chose to also get domain privacy so people won't know where I live by doing a whois query.
When I read on how to acquire an SSL EV certificate for the domain, ...
0
votes
1answer
871 views
replace ip address with domain name in redirect
I have a Windows Server 2008 R2 virtual machine with IIS 7.5 hosting a ASP.NET MVC4 website. The WinServer has a public ip address. I also purchased a domain name. The domain name hosting company ...
1
vote
3answers
55 views
relative links work when accessing folder but not domain that references folder
I have a domain example.com that has a folder in it example.com/folder/ that has another domain that points directly to it so example2.com points to example.com/folder/
When I access this via ...
0
votes
1answer
42 views
How to check whether different forms of Windows user account relate to the same user?
Windows account name can have various forms in different contexts - I am interested in bringing account name to some canonical form if possible, or in checking whether two account names apply to the ...
0
votes
1answer
29 views
Point 2nd domain name to existing site whilst retaining email accounts
I tried searching on SO but all answers seem to involve .htaccess and 301 redirects. I am wondering if there is a way to do this just using cpanel and the DNS providers interface.
Simply I own two ...
0
votes
1answer
79 views
How to change default post url in Wordpress?
not sure how to get around this one. Anyways so I am working on a WP blog http://athenasweb.com
However every post I make the url is not athenasweb, but instead 1and1's default URL before the domain ...
0
votes
1answer
73 views
Domain Name is Redirecting to Some Site With Sponsored Links [closed]
When I enter in domain name in the address bar and try to visit my site -
I am redirected to some web page that has listed a bunch of some sponsored links.
I registered my domain name at ...
0
votes
0answers
51 views
Can I change an ip address to show a domain name
So I am setting up an internal website for the floor I am on using mediawiki along with mamp. We can all access this new website using the boxes (which is a mac g4 running osx 10.8) ip address with a ...
2
votes
1answer
206 views
HTML 301 Redirect in Google App Engine
I have 4 URLs that I would like to redirect to my main page. They are all just common misspellings and I want to have my bases covered so that users can access the site even if they have a letter ...
1
vote
3answers
1k views
Specifying different DNS servers for different domains
Can I specify DNS servers for multiple domains.
For example there are 3 domains for which I know the DNS server which would resolve the domain name, so can I specify something like
b.com (domain)
...
0
votes
1answer
517 views
How to get the base URL of the website VB.NET
I may not be the first person to ask this question but I can't find what I was looking for after looking around.
I want to get base URL from the URL. I have tried
...
0
votes
1answer
83 views
Capitalizing a domain name in a URL using Javascript
Take a look at the following code:
<!--begin of index.html-->
<a href="#" id='click'>Click to change url to Index2.html</a>
<script type="text/javascript">
var stateObj ...
2
votes
1answer
191 views
How to make the root sites use www in a WordPress MultiSite, multiple domains setup?
I have a WordPress MultiSite setup with multiple domains using the same install. I am using the plugin Networks for WordPress to achieve this.
Wordpress is already configured to remove all www, which ...
0
votes
0answers
122 views
having one website but pointing two urls to it
I have a domain name, websiteA.com which in IIS7 points to wwwroot/websiteA. We have a new domain name, websiteB.com.au which we want to replicate the websiteA site.
Is there any implications as far ...
-5
votes
1answer
45 views
How did bitly got it's shorted domain name bit.ly? [closed]
Where to apply for it? or Is it just a DNS change?
0
votes
1answer
53 views
Acquiring a domain name
Suppose I decide the ideal domain name for my next project would be foo.com. I check what's currently there, and get a 404. I check whois for contact info and send e-mail offering to buy the domain, ...
0
votes
0answers
78 views
What process is needed to snipe a domain name about to expire?
I have an idea for a side project. The .com for its name is registered by a domain farm. It is set to expire in a few days after being registered for 3 years... What's
(a) the probability of; and
(b) ...
0
votes
1answer
26 views
is it possible to send a form to an external scripting file on a different server other than the one being used by the website?
I was wondering if i could easily access my PHP files on a different server other than the one currently being used by my website. I would like to do this so i won't have to give certain scripting ...
0
votes
1answer
54 views
I bought a domain name that had previously registered for Google Apps for your Domain. Is there any way to use Google Apps for this new account? [closed]
I bought a domain name without realizing it was from a business that dropped it in 2010. When I tried to sign up for Google Apps for your Domain, it wouldn't let me since they had previously signed ...
-1
votes
1answer
149 views
How to connect to server without (buying) a domain name? [closed]
If I set up a website through Apache on Computer A, and then want to access the website on Computer B through a different network, can I connect to the server without a domain name? I thought I would ...


