📎 AI Summary:
The thread discusses troubleshooting a 403 Forbidden error when connecting a domain to a Windows Server 2008 hosted by epichosts, with the original poster seeking guidance on server configuration. Respondents advise that only an A record is needed for DNS, and suggest verifying correct web server setup, with recommendations to consult online guides. The original poster expresses intent to run WordPress and possibly ASP applications on Windows Server, with helpful confirmations about compatible technologies like IIS/ASP.NET, and expresses appreciation for the assistance.

alanfallow

New Member
Joined
Nov 4, 2019
Messages
4
Thread Author #1
Hi Folks
I have a 2008 server from epichosts. I wondered how to connect a domain to it. I have pointed the domain to the ip using an a record but all i get is
Server Error
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.

Any help would be great thank you.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
The A record is all that is needed. Sounds like you don't have the web server configured correctly
 

Solution

alanfallow

New Member
Joined
Nov 4, 2019
Messages
4
Thread Author #3
Hi thanks.
Is there a guide or anything for that
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
There are lots of guides on the internet. Just search whatever platform you're developing on. Apache, LightHTTPd, Ngix, IIS/ASPX etc.
 

alanfallow

New Member
Joined
Nov 4, 2019
Messages
4
Thread Author #5
Thank you. I will be running Wordpress hopefully. Have setup MySQL ok. Was hoping to run asp too if that’s possible. I have a Linux server so was hoping to try asp or something different. Would that be iss/aspx. Sorry never used windows server before.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
You can run any of them on Windows. IIS/ASPX is the most common on Windows.
 

alanfallow

New Member
Joined
Nov 4, 2019
Messages
4
Thread Author #7
Ok thanks will have a go. Thank you.