You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Thanks for the reply.. But we dont want to use port number with host header so that the site at 90 port should be able access with the url (http:// Testsite). We want to achieve this without binding to 80 port.user17274– user172742018-06-24 11:54:55 +00:00Commented Jun 24, 2018 at 11:54
- You can use host header with multiple sites on http port 80 (https is slightly more complex) Each site needs to have a unique host header and you should add a DNS A Record for each site in your DNS. main point is the host header needs to be unique. Both DNS records must point to the same IP. So you can have testsite and testsite2Heiko Hatzfeld_MSFT– Heiko Hatzfeld_MSFT2018-06-24 14:25:30 +00:00Commented Jun 24, 2018 at 14:25
- As I mentioned in my previous comment we do not want to bind multiple sites to 80 port since this will increase load on 80 port. So we want to bind the site to 90 port with the url http:// testsite. Please let me know if there is any alternative solution to achieve this..user17274– user172742018-06-25 08:48:41 +00:00Commented Jun 25, 2018 at 8:48
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. sharepoint-online), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default