• 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

Publish with FrontPage before DNS change

G

GMSoftware

Guest
How do you publish with FrontPage before the DNS has changed? One of my customers wants to be sure everything works fine before making the name server change.

His domain is currently on a shared IP but that does not work.

I also tried with a dedicated IP address but that does not work either.

Can somebody help?

Thanks

Gilles
 
You can make this in 2 ways:

1. On your client go to c:\Windows\system32\drivers\etc\hosts

and add a record for your website with the new server`s IP address, as it is done for localhost.

or, you can also go to your internet connection properties on your client machine and set your promary DNS to the new server

2. On your server you can go to IIS management, go to your website properties and in Site identities on all unassigned IPs on some special port (e.g. 8888) that is not blocked by firewall. After that, you should use frontpage on your client to connect to the following server:

<site-IP-address>:<port>

where port is the value you have set in IIS before.

Hope, this helps %) Good luck!
 
Thanks Skeeter. Your first method did not work at all. The second one allows me to open the site via FrontPage, but I am required to use my administrator username and password. If I try to use the username and password assigned by Plesk to FTP/FP, I am not getting through: the credentials dialog comes back all the time.

This makes me believe now that there is a problem with the security settings as set by Plesk. How can I verify if something is missing and how can I fix it?

Thanks

Gilles
 
Hello, Gilles

Sorry, for the first method you also needed to run this command:

ipconfig /flushdns

As for the FrontPage login, make sure you have FP enabled for this domain in Plesk. If this seems OK, check if the Frontpage has your plesk created account assigned for the domain.
If this seems OK too, then you should try to use Plesk Reconfigurator -> Repair Plesk installation -> vhosts security, in case there`s some permissions problem.
If there`s no FP account created by Plesk , you should run this command:

"%plesk_bin%\websrvmng" reconfigure-all

Hope, this is more useful.
 
Back
Top