• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved How to catch all subdomains in plesk on windows

Mohsen

New Pleskian
How to catch all subdomains in plesk which installed in windows server 2012 ?
I founded answer for Linux servers but not same config file and other settings in windows.

I want catch all subdomains like *.domain.com in one file like domain.com/t.asp which can detect entered subdomain in this file, and address in browser not change to this file address and show same *.domain .
 
Hi Mohsen,

pls. consider to insert an "A" DNS entry on your primary nameserver of your domain ( mostly done over a Control Panel from your domain - provider! ) like for example:
Code:
*.YOUR-DOMAIN.COM    A         XXX.XXX.XXX.XXX
( where XXX.XXX.XXX.XXX has to be replaced with the server IP, where you host the content )
 
Hi, thanks for answer,
this is a redirect way, i want not change address of browser and proce all request of all subdomain with one file.
 
Back
Top