Welcome to ISAserver.org
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
cannot access Published site
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
cannot access Published site - 25.Jun.2007 12:03:05 PM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
My web server is DMZ, ISA Server is domain member and external NIC of ISA is multihome with 3 IP's (one for exhange, Web and ISA) Published website is almost working but cannot access is the way it should be accessed. website: www.mywebsite.com I cannot access it using url www.mywebsite.com, I can only access it using www.mywebsite.com/website . I did configure pathe to /website/* and it will still not work. I have many virtual directories under default website in IIS. What am I missing to make it work correct URL.
|
|
|
|
RE: cannot access Published site - 25.Jun.2007 2:42:03 PM
|
|
|
Yorgy
Posts: 158
Joined: 20.Sep.2006
Status: offline
|
Try using redirection in IIS under "Home Directory", by entering the following path... A redirection to URL Local Path-->/website HIH Yorgy
_____________________________
Life is a zoo in a jungle!
|
|
|
|
RE: cannot access Published site - 25.Jun.2007 3:32:32 PM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
Thanks for the quick reply. This solution will not work for me as I have 10 different virtual directories under default website. Default Webiste website1 website2 - website10 what will I do for all other sites? I want to configure something for each site and not at default website level.
_____________________________
Bhavin Patel
|
|
|
|
RE: cannot access Published site - 25.Jun.2007 4:56:19 PM
|
|
|
Yorgy
Posts: 158
Joined: 20.Sep.2006
Status: offline
|
Perhaps you have this setup correctly...have you double checked your path of your published website to make sure its set to /* HIH Yorgy
_____________________________
Life is a zoo in a jungle!
|
|
|
|
RE: cannot access Published site - 28.Jun.2007 8:32:45 PM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
Here's my configuratio on IIS and ISA. With this configuration I cannot browse the site using www.siteone.com I have to use www.siteone.com/foldername IIS Defautl website: Site1 Site2 ( I cannot do url redirection as there are many site under default site) ISA Server: External Path <Same as Internal> Internal Path /* Public Name: www.site1.com To: This rule applies to publish site www.site1.com IP address: IP address of server in DMZ
|
|
|
|
RE: cannot access Published site - 1.Jul.2007 12:29:42 PM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
Any help please? How's everyone handling this scenario?
|
|
|
|
RE: cannot access Published site - 11.Jul.2007 9:36:14 AM
|
|
|
gigio
Posts: 9
Joined: 6.Jul.2007
Status: offline
|
If you are using IIS instead of using different virtual directory under just one site for different sites, you can create different sites, you can use different IP addresses for the different sites or you can use 'host headers', different DNS names for the different sites, that will make the server publishing easier
|
|
|
|
RE: cannot access Published site - 11.Jul.2007 10:01:44 AM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
quote:
the server publishing easier I guess I cannot use multiple IP's. what I have to do for host header? That's the recommended way to do it? Thanks
|
|
|
|
RE: cannot access Published site - 12.Jul.2007 7:35:52 AM
|
|
|
gigio
Posts: 9
Joined: 6.Jul.2007
Status: offline
|
Every site must be 'binded' to the network in a exclusive way, you have three different methods to distinguish the different sites, IP addresses (Network level), port (Transport level), or host header (Application level). If you change only the host header you send the request for different sites to the same IP and port is then IIS that look at the URL in the GET request from the browser and select the correct site. You can create 3 sites (use the button 'Advanced' near the IP Address (General tab) to assign the host header) 1) IP (all unassigned) ; Port (80) ; Host Header "firstwww.mycompany.com" 2) IP (all unassigned) ; Port (80) ; Host Header "secondwww.mycompany.com" 3) IP (all unassigned) ; Port (80) ; Host Header "thirdwww.mycompany.com" with 3 different home directory and contents than on your public DNS you have to create this names and point them to the public IP address you got on the external NIC on ISA Last but not least you have to create a publishing rule (slightly more complex) or three different ones (more simple) be sure to mark the checkbox "forward the original host header...." to mantain the URL originated by the browser
< Message edited by gigio -- 12.Jul.2007 7:39:42 AM >
|
|
|
|
RE: cannot access Published site - 12.Jul.2007 9:14:23 AM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
quote:
Last but not least you have to create a publishing rule (slightly more complex) Thats a good explaination. I will try that. How do I create "Last but not least you have to create a publishing rule (slightly more complex)"? Thanks
|
|
|
|
RE: cannot access Published site - 18.Jul.2007 11:04:42 AM
|
|
|
gigio
Posts: 9
Joined: 6.Jul.2007
Status: offline
|
Use the publishing wizard for a web site, point to the internal machine that hosts the three sites, (mark the checkbox to mantain the original host header as previously said) and under the 'public name' tab add all the three public DNS FQDNs (firstwww.mycompany.com, secondwww.mycompany.com and thirdwww.mycompany.com)
|
|
|
|
RE: cannot access Published site - 21.Jul.2007 4:16:54 PM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
I configured exactly as explained in the previous post but I still cannot access sites. Here's the error I get. HTTP Error 403 - Forbidden Internet Explorer
|
|
|
|
RE: cannot access Published site - 22.Jul.2007 7:57:14 AM
|
|
|
DeReD
Posts: 37
Joined: 10.Mar.2004
Status: offline
|
Any update on that guys I myself have this same problem just want xyz.com (externally ) to go to abc/folder1/folder2 internally if i type abc/folder1/folder2 i go straight to the site if i type (externally) xyz.com/folder1/folder2 it takes me straight to the site please help need to publish abc/folder1/folder2 via xyz.com BTW xyz.com takes me to abc not abc/folder1/folder2
< Message edited by DeReD -- 22.Jul.2007 7:58:54 AM >
|
|
|
|
RE: cannot access Published site - 30.Jul.2007 8:01:43 AM
|
|
|
gigio
Posts: 9
Joined: 6.Jul.2007
Status: offline
|
You got an access denied... how have you configured the listener? do you need authentication in your site? Have you got a prompt for username and password before the error message?
|
|
|
|
RE: cannot access Published site - 30.Jul.2007 9:10:27 AM
|
|
|
bhavin78
Posts: 429
Joined: 18.Jul.2005
From: USA
Status: offline
|
I did not get prompt for authentication. In my website user is required to authenticate to sql database which has user/pswd table. I called microsoft and this is what they told me to do. configure allow rule and copy that rule , paste it and instead of allow change it to deny and redirect to http://first.website.com/first., this worked but I told them , I will end up creating 2 rules for each virtual website. For me this was not a solution.
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|