• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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