 |
| Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 15th, 2006, 04:08 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
2003 Server 403 forbidden error
Good day
When you hit:
http://www.framegroup.com.au
No worries
When you hit:
http://framegroup.com.au
403 forbidden error
when you hit:
www.framegroup.com.au
403 forbidden error
Any ideas??
TYIA
Wind is your friend
Matt
__________________
Wind is your friend
Matt
|
|

August 15th, 2006, 12:56 PM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
I am only getting an error on the second URL, but what i *think* is wrong is that your DNS for http://framegroup.com.au needs to map to the directory of http://www.framegroup.com.au
"The one language all programmers understand is profanity."
|
|

August 15th, 2006, 01:37 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Or you need to add an additional host header in the webserver for framegroup.com.au? Maybe right now it tries to show you the default web site instead?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

August 15th, 2006, 06:30 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
Thanking you. Add a host header, havnt done this before, nor worked with DNS much. Will try these suggestions, thanking you....
Wind is your friend
Matt
|
|

August 15th, 2006, 07:25 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
I have carried out the steps illustrated here (Setting host headers in IIS 6.0):
http://www.visualwin.com/host-header/
We still get the same error
Does it needs to be modified on the server where our DNS is hosted?
TYIA
Wind is your friend
Matt
|
|

August 16th, 2006, 01:46 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
All three seem to be working now, right?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

August 16th, 2006, 02:00 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
Have just re tested, the only one that still fails is:
http://framegroup.com.au/
I am inside our network. Not sure if hitting the pages externally makes a differece? (My networking skills are minimal)
Wind is your friend
Matt
|
|

August 16th, 2006, 03:58 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
This one works fine for me...
Maybe the internal DNS is changing things for you?
What do you get when you ping both domain names in a command prompt? Do you get the same results?
Imar (not a networking guy either)
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

August 16th, 2006, 06:57 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
Morning - I tested extenally last night, all three now work. Thanking dparsons and Imar for thier assistance.
http://www.framegroup.com.au - works internal, works externaly
http://framegroup.com.au - does not work internal (403 error), works externaly
ping = could not find host
www.framegroup.com.au - works internal, works external
ping = gets reply
Im asuming this is outside the control of administratice accessto the web server? The person who has access to the DNS server needs to fix this?
TYIA
Wind is your friend
Matt
|
|

August 17th, 2006, 07:17 AM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
Mat,
Like Imar I am not a networking guy (I know enough to get buy and thats about it) but yes I believe your Network Admin will have to adjust the DNS so that the URL in question will resolve correctly for everyone on the internal network.
Hth and glad you got it working to everyone on the outside.
"The one language all programmers understand is profanity."
|
|
 |