• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Opening PHP page login box displayed

S

superlative

Guest
Hi,

My dedicated server company installed plesk.
I have added a domain in Plesk. Now when I type the domain in IE it shows up a Plesk default page.

When I click the PHP test file it shows a user/password IE box and then if I click cancel it says "You are not authorized to view this page"

It does the same for all the test file links I click like asp and asp.net etc.

What do I need to do to fix?
 
you should make sure that
1. the domain resolves correctly, that is to the ip it has physical hosting configured on
2. web site is configured properly in IIS
cd %plesk_bin%
websrvmng --reconfigure-vhost --vhost-name=domain.com

3. Permissions are correct for the domain files - use check permissions option for the domain in Plesk

Also make sure that IIS installation works - that it can serve simple html pages on a newly created site.
 
Back
Top