Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by mhujr
at 2024-11-15 06:47:43
Point:500 Replies:11 POST_ID:828792USER_ID:11695
Topic:
Microsoft Operating Systems;Microsoft Windows Operating Systems;Outlook Groupware Software
In external dns i have a www that points to 3rd party ip address. I have @ record pointing to my internal server for exchange 2010 email. I have a srv record _autodiscover.-tcp.mydomian.com pointing to servername.mydomain.com. I have a cname pointing autodiscover to internal server.
Seems to be working just fine except that I need to have http://mydomain.com redirect to the web server. http://www.mydomain.com works. Autodiscover works.
In IIs 7, if I set up a new site called mydomain.com and then redirect http to www.mydomain.com will that fix my problem? Or is there another way?
I have changed the @ record to the external website, but then autodiscover fails and I get certificate errors (name mismatch) on outlook external users.
Seems to be working just fine except that I need to have http://mydomain.com redirect to the web server. http://www.mydomain.com works. Autodiscover works.
In IIs 7, if I set up a new site called mydomain.com and then redirect http to www.mydomain.com will that fix my problem? Or is there another way?
I have changed the @ record to the external website, but then autodiscover fails and I get certificate errors (name mismatch) on outlook external users.
Author: mhujr replied at 2024-11-15 10:16:48
Thanks for your response. I hope someone else on the forum will be able to give me some insight on that article. How will that effect autodiscover for example.
Expert: duncanb7 replied at 2024-11-15 09:22:47
after reading this article, could it solve your problem ? If not
I could not help any more because I am using Linux apache webserver
you problem I had before, so solution should be similar on
both system of Linux and Window server, DNS record file update
On Linux, there is a lot of methods to do that
changing
==
1-DNS record change,
2- Host file change
3- .htaccess change
I could not help any more because I am using Linux apache webserver
you problem I had before, so solution should be similar on
both system of Linux and Window server, DNS record file update
On Linux, there is a lot of methods to do that
changing
==
1-DNS record change,
2- Host file change
3- .htaccess change
Author: mhujr replied at 2024-11-15 09:16:42
Yes I have seen this and this is basically what I am asking about. Is this the best solution for what I am trying to do or is there a better way
Expert: duncanb7 replied at 2024-11-15 08:45:03
http://blog.pluralsight.com/iis7-redirect-windows-server-2008
this MS window article may be similar to your question
Hope it help
this MS window article may be similar to your question
Hope it help
Author: mhujr replied at 2024-11-15 08:09:58
Windows Server 2008 R2 with Exchange 1010
Author: mhujr replied at 2024-11-15 08:07:19
Windows Server 2008 with IIs7
Expert: duncanb7 replied at 2024-11-15 08:04:29
what window server are you using ?
Author: mhujr replied at 2024-11-15 07:37:45
(mydomain.com) The website is hosted on the internet. I want to redirect http://mydomain.com to http://www.mydomain.com.
How would changing the host file on my server have any effect on external users?
How would changing the host file on my server have any effect on external users?
Expert: duncanb7 replied at 2024-11-15 07:28:43
Okay, so you need to change hosts file for your webserver
Author: mhujr replied at 2024-11-15 07:14:23
That is for internal use. when someone in the cloud types in http://mydomain.com in their browser, they get a 403 - Forbidden: Access is denied error
Expert: duncanb7 replied at 2024-11-15 06:59:34
In MS system, just depend on you window system 32 or 64
there is file called
C:window]system32driversetchosts
in hosts file, edit it with adminstrative right and put the following example link( but just example only)
www.redirect.com www.direct.com
www.mydomain.com mydomain.com
and save it and that will help you let www.directoom redirect to www.redirect.com
Hope you understand what I say
there is file called
C:window]system32driversetchosts
in hosts file, edit it with adminstrative right and put the following example link( but just example only)
www.redirect.com www.direct.com
www.mydomain.com mydomain.com
and save it and that will help you let www.directoom redirect to www.redirect.com
Hope you understand what I say