• 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

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