• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

I can't preview my site after rename it

R

Raied@

Guest
Hello

I migrated my domains to a new plesk (8.2) I want my clients to view their sites as test before they are online.. so I renamed all my domains to 'test.domainanme' but after renaming the domains I couldn't preview them in plesk. whan I try to preview a domain a plesk page appears and tells me that either hosting for this domain is not configured or there's no such domain registered in Plesk.

what should I do ?

Thanks
 
preview works through plesk panel which acts as a proxy.

in simple words: plesk panel resolves your site, sends standard http request to it, gets output, redirects output to you..

so that make sure that your new domain name is resolved from the plesk box correctly and that such virtualhost exists in apache. do not forget that such thing as 'minimal apache restart interval' exists in plesk and it is 10 or 15 minutes by default - i.e. changes may be accepted not immediately but with a delay
 
You are right Dirty

but I have another problem .. I registered my domains in DNS when I try to browse it from my browser I get the Server Default page...
 
You can also try this - where <domain> is the domain name.

Code:
/usr/local/psa/admin/bin/websrvmng -u --vhost-name=<domain>
/sbin/service httpd restart
 
Back
Top