domain-name Questions
4
Solved
Is there any way to use HTTPS/SSL on GitHub Pages sites that use a custom domain? SSL is recommended for better search engine ranking and there are a lot of other uses for it beyond that.
Earshot asked 11/2, 2017 at 4:24
5
Solved
Any domain name registrars out there that support domain name registration using a web service or a similar functionality without them telling you to become a reseller?
I don't register that many ...
Affect asked 10/10, 2008 at 19:36
17
I want to get the page's full URL or site hostname like the image below on Static Site Generator.
I will try with window.location.hostname, but it doesn't work.
The error: window not defined.
Greenness asked 8/12, 2020 at 12:36
4
How can I check whether URL.Hostname is a valid domain name? I am searching for the exact same behaviour as URI.CheckHostName in the .NET framework.
Punchy asked 13/1, 2018 at 10:47
2
Solved
I want to access to my local web-server in mac with domain name instead ip address at other devices.
For example, 'custom.domain:8080' instead '192.168.xx.xx:8080'
What is the most simple way to ac...
Lease asked 12/7, 2022 at 6:9
2
I am new to MVC and I just created one MVC4 test project in VS 2010, it runs perectly but the url is http://localhost:60826/ I wanted to change it to http://my.test.site or at least http://my.test....
Cathodoluminescence asked 3/9, 2015 at 1:15
4
I have an email address
[email protected]
I want to get the domain name from the email address. Can I achieve this with Regex?
Lankford asked 24/9, 2013 at 11:19
2
Solved
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")]
sta...
Diagnose asked 11/12, 2012 at 5:51
19
Solved
I plan on buying two domain names for the same site. Depending on which domain is used I plan on providing slightly different data on the page. Is there a way for me to detect the actual domain nam...
Goshen asked 9/7, 2012 at 19:36
3
Solved
I am attempting to point my domain to my S3 bucket
When I attempt to create an A record on my domain I get the following error in Route53 console:
Error occurred
Alias Target contains an invalid va...
Marinamarinade asked 6/12, 2020 at 4:31
11
Solved
How can I find the version of php that is running on a distinct server with distinct domain name? (like www.abc.com) It is not my server, no ftp access for making a php file with this code:
<?p...
Loupgarou asked 12/1, 2011 at 17:48
18
Solved
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...
Laminate asked 21/4, 2010 at 0:36
0
Looking up local domain names with nslookup shows <host>.localdomain. Similarly, if I use nslookup and I check <host>.localdomain it resolves on both Windows and in Ubuntu to the expect...
Rubdown asked 6/4, 2021 at 0:14
22
Solved
I need to validate a domain name:
google.com
stackoverflow.com
So a domain in its rawest form - not even a subdomain like www.
Characters should only be a-z | A-Z | 0-9 and period(.) and dash(...
Oldwife asked 24/4, 2012 at 22:2
21
Solved
I have 3 domain names and am trying to host all 3 sites on one server (a Digital Ocean droplet) using Nginx.
mysite1.name
mysite2.name
mysite3.name
Only 1 of them works. The other two result in 4...
Boulware asked 10/10, 2013 at 1:0
7
Solved
I am trying to identify youtube link (generally), and I wonder what top-level domains is youtube using?
So far I know about:
.com (youtube.com)
.be (youtu.be)
Are there any others?
PS: ...
Runic asked 3/3, 2014 at 13:46
2
Solved
I want users of my service to be able to add their own custom domains. For example, www.[their domain].com should be able to access their application's index and show pages. My service is implement...
Providential asked 13/10, 2010 at 17:32
2
Solved
They both appear to lock the cookie to a domain, but they are not compatible (in that the use of the __Host prefix necessitates the Domain not being set).
I haven't found a good argument which is ...
Equimolecular asked 8/2, 2020 at 19:30
8
Solved
I'm building a website using Django. The website could have a significant number of users from non-English speaking countries.
I just want to know if there are any technical restrictions on what t...
Bessie asked 2/10, 2010 at 4:49
11
Solved
I am wondering what the best way to obtain the current domain is in ASP.NET?
For instance:
http://www.domainname.com/subdir/ should yield http://www.domainname.com
http://www.sub.domainname.com/s...
Hysteresis asked 15/9, 2008 at 3:4
2
Solved
I've set up a new domain and web server, and a CloudFront distribution to serve it.
CloudFront is successfully serving the site on its own domain: d1lnegrqin0up5.cloudfront.net
I want mpe.io (wit...
Marymarya asked 9/8, 2015 at 9:30
0
I have set up my website running on Apache2 on an Ubuntu server. I have two domain names from mydomain.com. I linked them up and they work, usually. But, often, when I try to load the domain name ,...
Chevron asked 3/5, 2020 at 0:44
3
Solved
I need to make validation for domain name length in my PHP programming. Can you please suggest me min and max length required for domain name. I tried to find out in google but I am unable to find ...
Armagh asked 27/4, 2016 at 10:36
20
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@n...
Blanding asked 18/11, 2009 at 10:46
3
Solved
I own a domain that I purchased through GoDaddy. I am trying to get a certificate for this domain through AWS using Certificate Manager. If it's relevant, the purpose of obtaining a certificate is ...
Endostosis asked 27/10, 2018 at 13:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.